Method AfterVertScrollBarPaint
AfterVertScrollBarPaint(ref PaintDelegateParams)
Performs additional operations after the vertical scroll bar has been painted.
public virtual void AfterVertScrollBarPaint(ref BaseDrawable.PaintDelegateParams prm)
Parameters
prmBaseDrawable.PaintDelegateParamsA reference to the parameters used during the painting operation. This parameter provides context about the painting process, such as the graphics surface and clipping region.
Remarks
This method is intended to be overridden in derived classes to customize behavior after the vertical scroll bar painting is complete. The default implementation does nothing.