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
385
Minimum Collapsed Size for the UltraExpandableGroupBox
posted

Is there a way to specify the min. collapsed size for the UltraExpandableGroupBox? I would like to show a portion(only a few columns) of a contained Ultragrid, and then when the GroupBox is expanded show the full width of the UltraGrid.

Thank you and looking forward to your help.

 

  • 469350
    Verified Answer
    Offline posted

    Hi,

    I don't think so. Collapsed means that none of the contents are visible. You could try setting a MinimumSize on the grid control itself, but I don't think this will work.

    You might be able to achieve what you want using the UltraSplitter control instead of UltraExpandableGroupBox. The UltraSplitter does have the ability to enforce a minimum size. So you could change your UltraExpandableGroupBox to a regular UltraGroupBox and put an UltraSplitter docked next to it.