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
160
Problem while trying to do stacked Tabs
posted

Hi,

I am using XAMTabControl in my application and want to use stacked Tabs functionality in my application.

I went through the Infragistics documentation and didn't find anything that set TabLayoutStyle to obtain Stacked Tabs functionlaity.

I am using Infragistics V10.2. Please advise.

Thanks,

Rakesh

Parents
  • 54937
    Offline posted

    I'm not sure what you mean by stacked tabs but the only TabLayoutStyle's that will result in multiple rows of tabs are the MultiRowAutoSize and MultiRowSizeToFit. In both of these the # of tabs that will fit in each row will depend upon their desired size (i.e. the size of the content in the header of each tab). If you need a different layout of the tab items then you will likely need to set the ItemsPanel property to an ItemsPanelTemplate that contains another panel (an intrinsic one or your own panel) that will provide the layout that you want.

Reply
Children