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.
Thank you. That will work just fine.
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.