Invisible ListView Columns
- Posted by "Bill" <behaviorself at netzero.net> Mar 06, 2004
- 499 views
Does anyone know if it is possible to have an invisible column in a ListView? I want to be able to keep data for each entry I have in a ListView, but I don't want it to show. I've tried using setColumn() and setting the width to 0, but the column still shows. Also, the heading text for the column shows garbage initially. If I click the column heading, it displays the heading for the previous column. Any help would be much appreciated. Thanks, Virtual B ---