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
180
How to programmatically set the Width/Height of a new MdiTab / MdiTabGroup?
posted

I need to set the Width (or the Height) of a new MdiTab / MdiTabGroup from my code.

How can I dot this?

I've tried setting the Width/Height of the contained form, but it doesent works.

 Thanks, Max

Parents
  • 44743
    posted

    On individual MdiTab instances, you can set the Settings.TabWidth property. You can also set the TabWidth property on the UltraTabbedMdiManager.TabSettings or on an MdiTabGroup.TabSetting to apply to all tabs or all tabs in a group.

    To set the tab height on an MdiTabGroup, you can set the group's Settings.TabHeight property. You can also set the TabHeight property on the UltraTabbedMdiManager.TabGroupSettings to apply to all tabs.

Reply Children
No Data