MultiColumnController(Columns, SortColumnDescriptions, List<SortColumnDescription>)
Constructor. It will create the MultiColumnCollectionHeader to use for the view.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public MultiColumnController(Columns columns, SortColumnDescriptions sortDescriptions, List<SortColumnDescription> sortedColumns)
Parameters
The columns data used to initialize the header.
The sort data used to initialize the header.
The sorted columns for the view.
Remarks
The header will be added to the view in the MultiColumnController.PrepareView phase.