I am overriding the flex grid's DrawRow method. Within this method I:
1. Get a CellRange consisting of the entire row.
2. Set the style on this CellRange.
3. Call base.DrawRow.
This seems to work except that the other controls on my dialog, buttons, a list box and a combo box no longer redraw themselves on a tab page change. They do redraw when the dialog is resized. If I take out line #2 above, everything draws ok. Anybody have a clue what could be happening here?