The path of the context menu that one can use to contribute context menu items to the tree widget.
true
if the tree widget supports expansion only when clicking the expansion toggle. Defaults to false
.
true
if a tree widget contributes to the global selection. Defaults to false
.
The size of the padding (in pixels) per hierarchy depth. The root element won't have left padding but
the padding for the children will be calculated as leftPadding * hierarchyDepth
and so on.
true
if the tree widget support multi-selection. Otherwise, false
. Defaults to false
.
true
if the selected node should be auto scrolled only if the widget is active. Otherwise, false
. Defaults to false
.
true
if the tree widget support searching. Otherwise, false
. Defaults to false
.
true
if the tree widget should be virtualized searching. Otherwise, false
. Defaults to true
.
Representation of tree properties.