Hey there,
is there a possibility to deactivate column headers completely to achieve a ListBox-like look?
Neither
[band].ColHeadersVisible = False
nor
[band].ColHeaderLines = 0
seems to be working. The first approach creates a blank space over the columns and the second one throws an ArgumentException.
Best regardsFranz-Richard
I updated to 2009.2 and it solved my problem. Thank you!
Franz-Richard,
FranzRichard said:The first approach creates a blank space over the columns
ColHeaderLines specifies the number of text lines, so zero is not a valid value. I set ColHeaderVisible to false on a single-band grid and it looked the way I expected, so I'm not clear on what the blank space you saw was. If possible please post a screenshot so we can take a closer look.