DataGridCollectionViewMoveCurrentToPosition Method

Move CurrentItem to this index

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveCurrentToPosition(
	int position
)

Parameters

position  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

Implements

IDataGridCollectionViewMoveCurrentToPosition(Int32)

See Also