VirtualList.Move Method

Moves an item to a different location within the list.

Syntax

  public void Move(
  int  
  oldIndex
  , 
  int  newIndex
);

Parameters

oldIndex

System.Int32.  The index to move from.

newIndex

System.Int32.  The index to move to.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also