Hi, i have on my Winform Applikation a Windowsform with a Ultrapanel. On this Panel i show different Usercontrols. On one Usercontrol i have a Ultratabcontrol (Dock Fill)A Groupbox (Dock Bottom) and a Ultragroupbox (Dock Bottom)When i now resize the Form i would also automatically resize the other Controls on this form. Whats the best way to solve this?Could you help me. I have try in the Form Resize Event
ctrl.Invalidate()
but with no success.
Hello Martin,
Have you tried adjusting the Anchor property on each of the controls? The Anchor property is a standard Windows Forms property that lets you specify that the edges of the controls will maintain the same distance from the edges of the form or container whenever the form or container is resized.
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.anchor.aspx