Summary
Move CurrentItem to this index
- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Collection View
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 |