I am developing an application in vb.net. The application contains a MDI Parent form with UltraTabbedMdiManager. A MDI child is opened and showed inside the MidTab. When I reduced the size of the MDI parent form, two scroll bars appears - one is from the MID Child form and another one is from the MdiTab. When I moved the Mdi-Tab's scroll bar, both scroll bars will disappear. I have to re-size the MDI Parent form to make the scroll bars to appear again.
My question is how do I disable the Mdi-Tab's scroll bar? I just want the Mid Child form's scroll bar.
I have the same problem when using the Mdi Child forms inside the ultraTabbedMdiManager. I have some controls on the form, which are beyond the visibility of the tab and even though I have set the auto scroll property for the form to true, it is not showing the horizontal or vertical scroll bars inside the tab.
If you already found the solution, then please share it.
Thanks for the help.
I am not able to get scroll bars to show in the tabs. I am going to forward this post to the DS Manager so that you can get better support in figuring out with the problem is.
Normal 0 7.8 pt 0 2 false false false MicrosoftInternetExplorer4
The scroll bars I am referring to are vertical and horizontal bars, not the scroll buttons for the tabs.
In Mdi Child form, I have few controls (eg. button) placing at the right and bottom of the form.
As for the Tabbed MdiManager, I did not change the setting except the setting for its appearance.
I was not able to reproduce this behavior. Can you give a few more details about the child Forms and what settings are set on the UltraTabbedMdiManager?
To hide the scroll buttons for the tabs, you can set the UltraTabbedMdiManager.TabGroupSettings.ScrollButtons property to None.