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,
UltraTabbedMdiManager currently does not support multiple rows, I suggest you to submit new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com .
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
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.