If you are trying to hide a column of data, such as a Key Index, instead of
trying to hide a column look at the ListItem.Key and ListItem.Tag
properties. You can store a string for each Item there.
David
lilchips.com
Quote:
> Using VB6, is there any way to make a column in a List View hidden so it
> can't be opened up. Just setting the column width to 0 does not work.
> Thanks
> Tim