TreeView.addRow

Add a row to the tree view.

class TreeView
addRow
(
this T
)

Parameters

row TreeViewRow

The row to add.

Return Value

Type: auto

This widget to aid method chaining.

Meta