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
30
UltraExpandableGroupBox height does not follow it's content
posted

Hi,

I have listview inside of UltraExpandableGroupBox.
I want to make the control larger or smaller when listview item is added or removed.

I found that UltraExpandableGroupBox has Panel inside it and has AutoSize Property.

I set the AutoSize to true, and also make another property grow and sink.

However, the UltraExpandableGroupBox size doesn't change at all,

Is there any other options that I need to set ?
How to achieve this ?

Thanks

Parents
  • 1700
    Offline posted

    Hello Mario,

    The 'AutoSize' property of the UltraExpandableGroupBox control is hidden in the Intellisense and the Property Grid in the designer but still can be set to 'true', by adding the following line inside your code: 

    this.ultraExpandableGroupBox1.AutoSize = true;

    Please let me know if you need further assistance.

    Regards,
    Ivan Kitanov

Reply Children