MultiColumnListViewController
Multi-column list view controller. View controllers of this type are meant to take care of data virtualized by any MultiColumnListView inheritor.
Read time 2 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BaseListViewController
- Implements: IDisposable
public class MultiColumnListViewController : BaseListViewController, IDisposable
Constructors
Constructor | Description |
|---|---|
| MultiColumnListViewController(UnityEngine.UIElements.Columns,UnityEngine.UIElements.SortColumnDescriptions,System.Collections.Generic.List{UnityEngine.UIElements.SortColumnDescription}) | The constructor for MultiColumnListViewController. |
Properties
Property | Description |
|---|---|
| columnController | The column controller, taking care of operations on the header. |
Methods
Method | Description |
|---|---|
| Dispose | Unregisters events and removes the header from the hierarchy. |