Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview Problem
Message
From
03/04/2003 03:30:55
 
 
To
02/04/2003 08:43:54
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00772794
Message ID:
00773435
Views:
8
Hi Jim,

Your thoughts prompted me to go back and look at my Treeviews and the Treeview documentation.

I was setting the Treeview.Sorted property to true but overlooking the fact that *Nodes* also have their own Sorted property which must also be explicitly set to .T. ! So always using:

oNode = AddNode(...)
oNode.Sorted = T.

gets the desired result. Seems none of the other replies on this thread knew that either !

Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform