I have a UserControl (parent) which consists of a ToolStrip at the top and a FLP docked below it. On that FLP I am adding (and removing) instances of another UserControl (child) dynamically. What I want to happen is when a child UC is added to (or removed from) the FLP I want the parent UC to resize itself vertically so that all the child UC's are visible, without having scrollbars appear. I thought this would be easy to do, but I just can't seem to get it to work right. Just hoping someone could point me in the right direction. Thanks...
↧