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
400
Add tab to right end
posted

HI,

Is it possible to add a new tab on the right hand end rather than at the left hand side by using ultraTabControl

  • 71886
    Offline posted

    Hello,

    You could do that by setting the tab orientation of the 'UltraTabControl', like in the following code sample:

    ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.

     

    TabOrientation.TopRight;

    Please feel free to let me know if I misunderstood you or if you have any other questions.