Hallo all,
I try to hide/show some columns on a grid.
I use SetColumnWidth(0) and the column data behaves just fine. The
column disappears, when I set the width to 0 and reappears when I give
it its original width. The number of visible columns is fine too.
But the headers no longer match the content.
If I hide the secondlast column, the data is hidden, the number of
columns is reduced but the header text of the secondlast column is
shown over the data of the last column.
I would prefer not to post example code, because I did some
subclassing on my grid.
Does anyone have a hint ?
Thanks a lot
Norbert