Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Can't resize collapsed UltraExpandableGroupBox
posted

Is there a way to change the height of a collapsed UltraExpandableGroupBox? I have tried through every API method and property I could find (Height, Size, Bounds, SetBounds()), but all of them ignore the attempt and have no effect on the height. This works fine if the group box is expanded though.  

 I'm trying to use multiple group boxes in a generic custom layout manager which handles the size and location of all managed controls, but the UltraExpandableGroupBox will not play nicely. For a workaround, it would be nice if I could find out the real limits on the control (without creating a group box, collapsing it, and checking it's height). It seems to change based on the font because when I use AppStyling, the collapsed height goes from 21 to 26. There is an ExpandedSize property, but nothing for CollapsedSize. MinimumSize and MaximumSize are also not what is being used here.