Hi,
i have:
oTree := TTreeView():New( 0, 0, oWnd )
oTree:nWidth = 180
oTree:Expand()
..
.
.
HOW CAN I SHOW ALL THE TREE OPENED with all the nodes opened ?
tks
Hi,
i have:
oTree := TTreeView():New( 0, 0, oWnd )
oTree:nWidth = 180
oTree:Expand()
..
.
.
HOW CAN I SHOW ALL THE TREE OPENED with all the nodes opened ?
tks
ExpandAll
Great and simple
Many thanks