When I put control on my custom DesignSurface a 'resize border' is drawn. It's standard border well known from VS Designer - dotted with eight 'anchors' to resize control. Unlucky when I change control's size or location programmatically this border does not apply this changes itself. I have to unselect and then select this control by mouse to force redraw.
My question is: How can I access this border from code and force redraw programmatically?
Thanks in advance!