Making a column invisible in listctrl

Hi,
Can anybody tell me how can i make a colum invisible in listctrl
[75 byte] By [kranti] at [2007-11-20 11:45:30]
# 1 Re: Making a column invisible in listctrl
You can't. You need to remove the column and add it back when you need it.
Marc G at 2007-11-10 22:22:34 >
# 2 Re: Making a column invisible in listctrl
Or, you can try setting the column width to zero.
Mike Harnad at 2007-11-10 22:23:34 >
# 3 Re: Making a column invisible in listctrl
Or, you can try setting the column width to zero.Depending on the requirements, this might not be a good solution: even if the column's width is set to 0, user can drag that column's header to increase its width. Not really "invisible"...
VladimirF at 2007-11-10 22:24:33 >