scrollColumnToVisible(_:)
Scrolls the view so the specified column is visible.
Declaration
func scrollColumnToVisible(_ column: Int)Parameters
- column:
The index of the column in the Tablecolumns array.
Scrolls the view so the specified column is visible.
func scrollColumnToVisible(_ column: Int)The index of the column in the Tablecolumns array.