Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public class MultiColumnListViewController : BaseListViewController, IDisposable

Constructors

Properties

Property

Description

columnControllerThe column controller, taking care of operations on the header.

Methods

Method

Description

DisposeUnregisters events and removes the header from the hierarchy.

Inheritance