<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/scrollColumnToVisible(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableView(im)scrollColumnToVisible:"
  },
  "title" : "scrollColumnToVisible(_:)"
}
-->

# scrollColumnToVisible(_:)

Scrolls the view so the specified column is visible.

```
func scrollColumnToVisible(_ column: Int)
```

## Parameters

`column`

The index of the column in the [`tableColumns`](/documentation/AppKit/NSTableView/tableColumns) array.

## See Also

[`func scroll(to: NSPoint)`](/documentation/AppKit/NSClipView/scroll(to:))

Changes the origin of the clip view’s bounds rectangle to `newOrigin`.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)