AdvancedCollectionView.MoveCurrentToPosition(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves selected item to position
public bool MoveCurrentToPosition (int index);
abstract member MoveCurrentToPosition : int -> bool
override this.MoveCurrentToPosition : int -> bool
Public Function MoveCurrentToPosition (index As Integer) As Boolean
Parameters
- index
- Int32
index
Returns
success of operation
Implements
Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPosition(System.Int32)