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
715
Scrolling UltraExpandableGroupBox
posted

Hi,

I can get the controls inside the UltraExpandableGroupBox to scroll only by placing the UltraExpandableGroupBox in a panel and setting the dock property to fill.  However, when I collapse the UltraExpandableGroupBox the panel does not collapse.  Is it on me to manage the size of the panel or is their a better way.  It would be nice if the UltraExpandableGroupBox control would support scrolling on its own.

Thanks

Rich
 

 

Parents
  • 37774
    posted

     Rich,

    Try setting the AutoScroll property on the  ExpandableGroupBoxPanel (you can get to it in the designer by clicking within the GroupBox) to True.

     -Matt

Reply Children