Hi,

My GUI is driving me crazy. It's a little complicated, so I'll explain
the part that I find troubling:
I have a Panel which includes a UserControl of mine. The UserControl is
put in the Panel at runtime.
Although UserControl has Dock=Fill, resizing the Panel doesn't resize
the UserControl. (I check by hitting a breakpoint and using the
Immediate window)

How is this possible? Is there some other property I should set?