hide an item in a list view
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to hide certain item's in my list view but I don't know how to do it. I've thought of making the hiden items having a height of 0 or simply not drawing them using custom draw but I have no idea how to do either of the two. I don't want to remove them from the list, just hide. Any ideas on how to do this?
There's always one more bug.
-
I want to hide certain item's in my list view but I don't know how to do it. I've thought of making the hiden items having a height of 0 or simply not drawing them using custom draw but I have no idea how to do either of the two. I don't want to remove them from the list, just hide. Any ideas on how to do this?
There's always one more bug.