DataGridCollectionView.

MoveCurrentToPosition(int) Method

Summary

Move CurrentItem to this index
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public bool MoveCurrentToPosition(int position)

Parameters

Name Type Description
position int Position we want to move the currency to

Return Value

Type Description
bool True if the resulting CurrentItem is an item within the view; otherwise False