Click or drag to resize
KaxListBoxReorder Method
Overload List
  Name Description
Public method Code example Reorder(Int32, Int32)
Moves the item at old index to new index by calculating the offset. Fires the Reordering and Reordered events.
Public method Code example Reorder(IListKaxListBoxItem, Int32)
Reorders the specified items with the specified offset. Fires the Reordering and Reordered events.
Top
See Also