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
430
Setting Tabs on Rows in a multi tab row environment
posted

Is any way to indicate how many tab rows you want and which tab goes on which row?

Thanks.

 

  • 71886
    Offline posted

    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.

  • 950
    posted

    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?