GridIHandlerScrollToRow Method |
Scrolls to show the specified row in the view
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void ScrollToRow(
int row
)
Sub ScrollToRow (
row As Integer
)
abstract ScrollToRow :
row : int -> unit
Parameters
- row
- Type: SystemInt32
Row to scroll to.
See Also