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.
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.
Hi,
Thank you for your swift answer. I set my viewStyle to VisualStudio2005. My next question would be, let's say I have 20 tabs visible and I would like to have 10 tabs per row making it two rows of tabs. How do I proceed?
Thanks,
Paul