IDataGridCollectionViewMoveCurrentToPosition Method
Sets the item at the specified index to be the
CurrentItem in the view.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool MoveCurrentToPosition(
int position
)
Function MoveCurrentToPosition (
position As Integer
) As Boolean
abstract MoveCurrentToPosition :
position : int -> bool
- position Int32
- The index to set the CurrentItem to.
Booleantrue if the resulting
CurrentItem is an item in the view; otherwise, false.