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
40
UltraTabbedMdiManager : Is it possible to have more than one tab rows? Similiar to TabGridTiles?
posted

Having too many tabs that cannot fit onto screen would result having a dropdown. I was wondering if it's possible to have MdiManager behave similarity to TabGridTiles meaning having more than one tab rows if there's too many tabs on the first row.

Parents
No Data
Reply
  • 48586
    posted

    Hello,

    You could set ViewStyle property to VisualStudio2005

    this.ultraTabbedMdiManager1.ViewStyle = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.VisualStudio2005;

    Please let me know if you have nay further questions.

Children