: Can I hide a column in a listview?
No.
: Currently, I am setting the column width
: to 0 but the user can still drag the column open.
That's about the only way. You can nail it down using subclassing, as shown
on my site, or you can opt to unload/reconfigure the headers/reload the data
if the goal is to produce a control that can either hide or show columns as
the user prefers.

Signature
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
: Can I hide a column in a listview? Currently, I am setting the column width
: to 0 but the user can still drag the column open.
Saucer Man - 30 Oct 2004 16:54 GMT
Thanks. It's not too big a deal the way it is now so I will leave it.

Signature
Thanks again.
>: Can I hide a column in a listview?
>
[quoted text clipped - 14 lines]
> width
> : to 0 but the user can still drag the column open.