I'm using the CustomDrawCellForeground
pattern to draw an image in a cell of an iGrid.NET component.
I think in the iGrid
ActiveX component, there was a DrawCell()
sub that I could call, but in the .NET component (https://10tec.com/winforms-grid/) I just don't find it anymore.
Grid.Refresh
would be an overkill. It must be possible to redraw a single cell.
Could anybody please tell me how to force a cell to redraw it's foreground?