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?
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.