DVX_GUI/widgets/treeView/treeview.bhs

23 lines
711 B
Text

.topic ctrl.treeview
.title TreeView
.toc 1 TreeView
.index TreeView
.h1 TreeView
VB Equivalent: TreeView -- DVX Widget: treeview
A hierarchical tree of expandable/collapsible nodes. Nodes are created via the C API (wgtTreeItem). Supports multi-select and drag-to-reorder.
.h2 Type-Specific Methods
.table
Method Parameters Description
-------------- ---------------------- -------------------------------------------
SetMultiSelect Multi As Boolean Enable or disable multi-select mode.
SetReorderable Reorderable As Boolean Enable or disable node reordering.
.endtable
Default Event: Click
.link ctrl.common.props Common Properties, Events, and Methods