G
Guest
I have a usercontrol that requires I draw some lines on it which depend on
the size of the control. In the Design Mode I add the control to a form in
my application and change the size of the control. How do I show the new
lines which will be drawn while in the design mode. I tried overriding paint
but this doesn't show up until runtime.
the size of the control. In the Design Mode I add the control to a form in
my application and change the size of the control. How do I show the new
lines which will be drawn while in the design mode. I tried overriding paint
but this doesn't show up until runtime.