Hi,
I have an application that uses several grids with a tab control. In that scenario I have a real performance issue when switching between when I have changed the background and foreground color of several cells.
So, if I switch between tabs with the default colors, it switches fast, but when I change the color of some cells, the switch becomes really slow. The more I change, the slower it gets, and when I reset them back to the default color, the performance improves.
Is there a way I can override the paint method on those cells? Will that actually improve performance? or are there other events I need to be aware of?
Imported from legacy forums. Posted by Testing (had 477 views)