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
120
MdiTabbedManager rendering problem
posted

I have strange problem with Mdi tabbed manager. When I use two groups of forms, and top form have set min size biger then displayed area then after get focus, form is rendered on bottom form. See attached image:

 

I have tried to change some properties on mdi manager and form, but only when min size is set to 0;0 this behavior disappears.

Any ideas?

  • 44743
    Suggested Answer
    posted

    This is expected. The UltraTabbedMdiManager does its best to manage the sizes of the MDI child Forms, but when MinimumSize and MaximumSize properties are set on any control, it cannot violate these constraints. Therefore, there is no way for the UltraTabbedMdiManager to confine this Form to the tab group's size.