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
Franz-Richard,
FranzRichard said:The first approach creates a blank space over the columns
I updated to 2009.2 and it solved my problem. Thank you!