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.