I am working on a project that does dynamic gui generation from XML. Prety cool stuff, using reflections again. ;) Any way I have a custom user control that is a group box witth a table layout panel inside it. the user control is set to autosize true, and the controls indside the user control are set to dock fill. The Table Layout panel is set up to use 4 coulums taking up 25%. The problem is when I add this user control to the form (inside another group box with property auto scrolling set to true) is displaying outsie the bounds of the parent control and the user has to scroll to see it. Any help would be great!
Start Free Trial