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.
My previous "Sort Collection into every Unique Combination" question showed me that what I want to do will take forever. But I had to see if my solution was the best way. It is not. What my end goal is, is to sort files (mp3, tif, ico, avi, wav) into groups that will fit on the least...
I am looking a way to sort a collection into every unique combination. The count of the collection will not alway be the same. For example... Count is 3
1 2 3 - Do something
1 3 2 - Do something
2 1 3 - Do something
2 3 1 - Do something
3 1 2 - Do something
3 2 1 - Do something
Thanks in advance
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.