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]

# 2 Re: Making a column invisible in listctrl
Or, you can try setting the column width to zero.
# 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"...