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
GOT IT WORKING..
I set the Autoscroll property of panel to true. But still no scrollbar shows.
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