R
Robert C. Nell
I've created a user control that acts like a container control. I can add
controls to it but after they are added they cannot be moved with the mouse
or arrow keys. Additionally, when the nested control is selected the focus
rectangle does not appear around it. The control does have focus though
because the properties for it are shown. The Location property of the
nested control can be manipulated to move the control but that is an
unacceptable method to move the control.
What do I need to add to enable mouse/keyboard movement of the nested
control?
controls to it but after they are added they cannot be moved with the mouse
or arrow keys. Additionally, when the nested control is selected the focus
rectangle does not appear around it. The control does have focus though
because the properties for it are shown. The Location property of the
nested control can be manipulated to move the control but that is an
unacceptable method to move the control.
What do I need to add to enable mouse/keyboard movement of the nested
control?