Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need IDEA ! ListView
Message
From
24/11/1999 08:31:02
 
 
To
24/11/1999 06:28:19
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00294872
Message ID:
00294923
Views:
25
If you are talking about the ActiveX listview control then try the following (I cant remember where I saw the original idea):

ThisForm.LockScreen = .T.

ThisForm.loListView.Enabled = .F.
ThisForm.loListView.Height = 99999

*!* Add items here.

ThisForm.loListView.Height = 100 && Original Height.

ThisForm.LockScreen = .F.


This will increase the load performance (it does on TreeView control).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform