Hi
I have a groupbox.
Withing the groupbox i have an expandable groupbox which is, when expanded, larger than my groupbox. How do i let my expandable groupbox grow beyond the size of my groupbox?
I'm not sure that I understand the question. How do you have the ExpandableGroupBox aligned within the parent UltraGroupBox? If the child control is docked to anything other than Top, I don't think that there's anything that can be done about making the control expand larger. In my test, it seems that when I initially dock the control to Top, it sizes the expanded control to fill the parent GroupBox, but afterwards I can reset the expanded size correctly.
-Matt