How do I Hide/Show a ListView SubItem column. I do not want to set the width to 0. The user can still resize it and I would have to save it's width.
Thanks in advance.
Your data for the list could be stored in another source such as an array or recordset, or something of the sort.
If that is where the data is, then the data that the user shouldn't see is there also.
If you need to refer to an element's value for a selected/certain item, then get the value from the source.
Any changes in the list control should also be a change in the source...and any changes in the source should be reflected in the list. [/b][/i][/u][sub]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.