Hello,
We are currently using the UltraExpandableGroupBox control on one of our forms, and are wondering, is there any way for the user to resize the control at runtime, e.g. by dragging with resize arrows, and if not, is there any other panel-type control that will provide this behavior?
Thanks in advance,
Nick Keller
Mercury Media
The quick and dirty custom method involves: 4 controls and some events.
Take your control and attach 4 controls to the corners (they can be anything, or even transparent). Attach events to the controls so that when the mouse is used it simulates window behavior.