hi, i have a win form with a UltraTabControl (Dock Top) and a UltraExpandableGroupBox (Dock Bottom) when i now collapse the group box, the Ultratabcontrol should automatically resize to the full size. when i expand the groupbox the ultratabcontrol should also resize ?
how can i do this?
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components
Hello,
In order to achieve your goal, your UltraTabControl should be docked to Fill, and UltraExpandableGroupBox should be docket to Bottom. Also UltraTabControl should be top most control of the form. For example create new form, first add UltraExpandableGroupBox control to this form and dock it to bottom, second add UltraTabControl and docked to fill. Also if your from is already created you could right click onto your UltraTabControl through designer and select “Bring To Front” from the context menu. See attached sample.
Please let me know if you have any further questions.