MoveCurrentToPosition Method
Move CurrentItem to this index
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool MoveCurrentToPosition(
int position
)
Public Function MoveCurrentToPosition (
position As Integer
) As Boolean
abstract MoveCurrentToPosition :
position : int -> bool
override MoveCurrentToPosition :
position : int -> bool
Parameters
- Int32
- Position we want to move the currency to
Return Value
Boolean
True if the resulting CurrentItem is an item within the view; otherwise False