Is any way to indicate how many tab rows you want and which tab goes on which row?
Thanks.
Hello all,
as to the first question, asked by BrownBlitz - you could set the number of tabs on a row like this:
this.ultraTabControl1.TabsPerRow = 4;
Please let me know if I misunderstood you.
nicolasiac,
A possible approach to achieve you behavior would be to put for every tab a new UltraTabControl instance with 5 new tabs.
Please do not hesitate to contact us if you need any additional assistance.
Is there any answer to this?
My questions is how to group tabs together. I have 20 tabs and I want to split them in 4 groups. Could we have 4 main tabs above and under each main tab the 5 sub tabs?