TreeView
(class)
inherits
Control
This control implements a tree view of selectable text items with icons.
hTreeView
= NEW TreeView (
Parent
AS Container )
Creates a new TreeView.
hTreeViewItem
=
hTreeView
[
Key
AS String ] AS .TreeViewItem
Returns an item from its key.
Symbols
Events
Activate
Click
Collapse
Expand
Rename
Select
Properties
Available
ClientH
ClientHeight
ClientW
ClientWidth
Count
Current
Editable
Item
Mode
Root
ScrollBar
Sorted
Methods
Add
Clear
Exist
Extended
MoveAbove
MoveBelow
MoveChild
MoveFirst
MoveNext
MoveParent
MoveTo
Multi
None
Remove
Single
Referenced by:
Graphical User Interface Component - gb.qt
TreeView _(class)_
.TreeViewItem _(class)_
!! Writing classes
Visual Introduction to Gambas