How to make the ColumnManagerRow spearater lines the same as the grid lines or how do I paint the the column separaters to be the same as the ColumnManagerRow in my own grouped column headers?
Bernie
Imported from legacy forums. Posted by Bernard (had 745 views)
You can only accomplish this by deriving from the ColumnManagerRow class (we show in the help documentation how to derive from different grid classes), and override the ColumnManagerCell’s PaintBorders, or directly the PaintBackground (but calling base first).