ReorderDisplay(int, int)
Reorders the display of a column at the specified source index, to the destination index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void ReorderDisplay(int from, int to)
Parameters
Remarks
This does not change the order in the original columns data, only in columns being displayed.