TreeView.addColumn

Add a new column to the tree view.

class TreeView
addColumn
(
this T
)

Parameters

column TreeViewColumn

The new column to add.

Return Value

Type: auto

This widget to aid method chaining.

Meta