Default row header renderer.
You may derive from this class if you need to only override one of its methods (i.e. either DrawLabel
or DrawBorder
) but continue to use the default implementation for the other one.
Added in version 2.9.1.
Implement border drawing for the row labels. |