[]
Sets the item at the specified index to be the CurrentItem in the view.
public bool MoveCurrentToPosition(int position)
Type | Name | Description |
---|---|---|
int | position | The index to set the CurrentItem to. |
Type | Description |
---|---|
bool | true if the resulting CurrentItem is an item within the view; otherwise, false. |