I have a container control that I have written that does custom drawing of it's background.
If I resize the control in any way, it redraws correctly, but if I so much as select a control that is in the container while in design time, it doesn't redraw properly in that it will leave black areas around where the focus box and grab handles were. If you move the child control it will leave a black spot where it was. Resizing refreshes it correctly though.
Any ideas how to force the control to refresh itself when a child control is moved around at design time

Container control refresh issue
shobhit
sumana
almor
Christian Szabo
<b>Namespace:</b> System.Windows.Forms.Design
<b>Platforms:</b> Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
<b>Assembly:</b> System.Design (in System.Design.dll)
The last line tells you what DLL you need to have a reference to.
d72e4d
It does clear out all past moves now though.
Any ideas
Sasha
I have one problem:
System.Windows.Forms.Design.ControlDesigner doesn't exist according to the compiler and it isn't there in intellisense either.
(VS.net 2003)
The help says it should be there but it just isn't no matter what I do.
Any ideas