Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need IDEA ! ListView
Message
From
24/11/1999 09:08:50
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00294872
Message ID:
00294964
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).

Hi, Neil.
Thank you for reply.
Interesting idea.
You are right. Treeview not blinking when I make height 999999. But.. Is possible to make LockScreen for ListView object? When I change height to 99999 I se full height on the form. Lock screen not work with ListView :(
Denis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform