This class implements a control that displays a TreeView with columns. Column view items are indexed by a key. They display a string value for each column of the control.
hColumnView = NEW ColumnView ( Parent AS Container )
- Creates a new ColumnView.
hColumnViewItem = hColumnView [ Key AS String ] AS .ColumnViewItem
- Returns an item from its key.
Referenced by: