TTreeview all opened

Post Reply
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

TTreeview all opened

Post by Romeo »

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
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: TTreeview all opened

Post by Silvio.Falconi »

ExpandAll
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: TTreeview all opened

Post by Romeo »

Great and simple

Many thanks
Post Reply