scrollRowToVisible(_:inColumn:)
Scrolls the specified row to be visible within the specified column.
Declaration
func scrollRowToVisible(_ row: Int, inColumn column: Int)Parameters
- row:
The index of the row to scroll.
- column:
The index of the column containing the row to scroll.
Discussion
The row’s column will not be scrolled to visible via this method. To scroll the column to visible, use scrollColumnToVisible(_:).