If I implement ICellViewer in a class and paint directly onto the graphic object I can implement a color flood (Percent) in the Grid but I can’t get rid of the underlying text in the cell (is there a way of getting rid of the text)
If I implement it as a control and use:
.CellViewer = New ControlViewer(New CellFlooder, “Percent”)
it works fine but how many can I have? If the grid has 1000s of rows does this mean that 1000s of controls will be created?
Imported from legacy forums. Posted by Paley (had 2006 views)