Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MultiColumnTreeViewController

Multi-column tree view controller. View controllers of this type are meant to take care of data virtualized by any MultiColumnTreeView inheritor.
Read time 3 minutesLast updated 3 days ago

Definition

public abstract class MultiColumnTreeViewController : BaseTreeViewController, 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

Inherited Members