Removing Table Widget Column Labels [message #56832] |
Wed, 14 November 2007 06:34 |
2d
Messages: 24 Registered: July 2007
|
Junior Member |
|
|
I've created a column major table and would like to remove the column
label as table content is implied implicitly and so I'd like like to
remove unnecessary information to make a tider widget. I did think of
using use_table_select=[0,-1,0,-1] with row_heights= -1 in
widget_control. However, when i tried it, it didnt work and when i
checked IDL help, it states the row_heights key word is not supported
under windows. I tried no_headers, but that didnt help either, as is
just deletes both column and row labels, and i really need the latter.
Might there be any other neat solutions to getting rid of the label?
Thank you for any help.
|
|
|