Scrolls to make the specified column visible.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
func scrollColumnToVisible(_ column: Int)
Parameters
column
The index of the column to scroll to.
Scrolls to make the specified column visible.
SDK
Framework
func scrollColumnToVisible(_ column: Int)
column
The index of the column to scroll to.
var has Horizontal Scroller: Bool
A Boolean that indicates whether the browser has a horizontal scroller.
func scroll Columns Left(by: Int)
Scrolls columns left by the specified number of columns.
func scroll Columns Right(by: Int)
Scrolls columns right by the specified number of columns.
func scroll Row To Visible(Int, in Column: Int)
Scrolls the specified row to be visible within the specified column.