Hi all,
having a nested control somewhere inside a scrollable control, how can I determine the currently visible screen rectangle of this control? (see image below)
My intention is to use ControlPaint.DrawReversibleFrame (which needs screen coordinates), but only draw on the visible region of the nested control.
Thanks for your help!