|
-
Mar 14th, 2021, 03:13 AM
#11
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by MountainMan
Krool,
I am using VirtualMode in ListView in Report mode. I need to have the capability to tell the control to refresh/update itself programatically In my file manger I have check boxes and if you turn one off for a folder I want to turn off the check boxes for the files within that folder. I looked in your code for GetVirtualItem because it is what asks me for the updated information and it is only called in the Private Function WindowProcControl which in turn is only called by ISubclass_Message. How do I tell the ListView to update itself? Thanks.
Don't know what you mean. Did you set the .VirtualItemCount property?
You can also increase performance by disabling unwanted callbacks via the .VirtualDisabledInfos property.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|