Question Make a user control display outside of form boundry

Gregg

New member
Joined
Jun 12, 2009
Messages
3
Programming Experience
10+
Basically I would like to know how to get controls in my user control to display like a combobox,or a datepicker as far as being able to display outside the boundries of the user control and the form for that matter. I have a datagridview in my usercontrol that is expandable but when it is expanded it will not display past the borders of the user control.
 
I would say that is normal behavior, the usercontrol's size will not change unless you tell it to. You could, and I have made my UC's grow depending on a container size inside. Find the event that causes it to grow and and you can have the UC's size grow too. Now they have a symbiotic relationship.
 
Back
Top