Moves the specified item to a new index in the collection, optionally with its entire following children array.
You may call EnsureValidHierarchy()()()() after this operation completes to preserve hierarchical collection validity.
Namespace:
DlhSoft.Windows.Controls
Assembly:
DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public void Move( DataTreeGridItem item, int toIndex, bool includeChildren ) |
Visual Basic (Declaration) |
---|
Public Sub Move ( _ item As DataTreeGridItem, _ toIndex As Integer, _ includeChildren As Boolean _ ) |