Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to optimize use of the treeview-control in VFP?
Message
 
To
29/01/1999 06:03:16
Frank Gynnild
Radar Software As
Trondheim, Norway
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00181709
Message ID:
00183063
Views:
18
Just another speed tip - the slowest thing with TreeViews
and all the other List type ActiveX controls is the display
speed. To drastically speed up displaying large numbers
of nodes do:
THISFORM.Lockscreen = .t.
THISFORM.oTree.Visible = .F.

... do your list building code here

THISFORM.oTree.Visible = .T.
THISFORM.Lockscreen = .F.
+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform