How do I show/hide columns in ListView?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what's the trick in showing/hiding columns in ListView's Details view mode?

I can change a columns width to 0 and it effectively makes it disappear but
then you can actually resize the column to bring it back into view.

Is there any way to disable resizing for just that one column?

Any other way to do this?
 
MrNobody,

I don't believe there's any other way to hide a column in a listview
control. What you could do, however, is grab the resize events of that
column and keep the width at zero.

Basil
 
Back
Top