Page 1 of 1

Hide column in multicolumn list

Posted: Wed Apr 11, 2007 06:21
by Rakkar
How do I hide a column in a multi-column list?

Posted: Wed Apr 11, 2007 07:25
by Levia
You can't. I would remove it temporarily and add it later on when you need it again.

Posted: Wed Apr 11, 2007 12:35
by Rackle
I would try setting the column width to zero: setColumnHeaderWidth( columnHeaderIndex, UDim(0,0) )

Posted: Wed Apr 11, 2007 13:02
by Levia
I think you'll get to see a border then.

Posted: Sun Apr 22, 2007 03:51
by Rakkar
How do I rename a column header? I tried getItemAtGridReference but that got the item and not the column

Posted: Sun Apr 22, 2007 07:09
by Levia
Hmm odd. As far as I can see you can't. Remove the column, save its position, and create a new one, with your new text.