PDA

View Full Version : tree view?



sandyrepope
15-07-2007, 22:32
I have been wondering about the window in windows explorer. The one on the left where folders are listed. Is this a special windows control or just a listbox? I've also noticed that the help file also has a similar window on the left.

I'm just curious about how this works.

Thanks
Sandy

Michael Hartlef
16-07-2007, 07:41
It is indeed a treeview.

sandyrepope
16-07-2007, 17:09
Does thinBasic have anything for making a tree view?

Thanks
Sandy

ErosOlmi
16-07-2007, 18:18
Sandy,

to create and manage a treeview no special native thinBasic functions are needed bt just API interface.
Of course some native function wrapping TreeView control will simplify a lot. So I will see to add something.

I will create a script example and post here. Please give me one day, I'm quite busy at work so not sure to have enough time today.

Ciao
Eros