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
45
Change MdiChild background of UltraTabbedMdiManager
posted

Is it possible to change background color for mdi tab? I handle it for active tab,  using UltraTabbedMdiManager.TabSettings.ActiveTabAppearance, but I do not know how to change the others.

Also I have second question, I want to add kind of strip to the tab (as on the picture), is it possible?

Parents
No Data
Reply
  • 34810
    Offline posted

    Hello Patryk,

    I have been investigating into this behavior you are seeing, and in order to change the Background of the other tabs, you can set the UltraTabbedMDIManager.TabSettings.TabAppearance.BackColor property.

    Regarding the "strip" on the tab, this is not built-in, but you can achieve this using a DrawFilter for the UltraTabbedMDIManager and drawing a line on the TabItemUIElement. I am attaching a sample project to demonstrate this. I hope it helps you.

    Please let me know if you have any other questions or concerns on this matter.

    TabbedMDIDrawFilterCase.zip

Children
No Data