Is it possible to hide a column of a Clist control?
-
I have a list control of CListCtrl type and it has 3 columns. I want to hide the first column(of course, it will work internally). Is it possible?
-
I have a list control of CListCtrl type and it has 3 columns. I want to hide the first column(of course, it will work internally). Is it possible?
Just out of curiosity, why do you need/want to do this?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
I have a list control of CListCtrl type and it has 3 columns. I want to hide the first column(of course, it will work internally). Is it possible?
-
I have a list control of CListCtrl type and it has 3 columns. I want to hide the first column(of course, it will work internally). Is it possible?
How about setting the width of that column to zero?
MS
-
I have a list control of CListCtrl type and it has 3 columns. I want to hide the first column(of course, it will work internally). Is it possible?
Can you more explain why you need to do it?