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
60
Reorder tabs after docking a floating tab
posted

I have DockManager -> SplitPane -> TabGroupPane with multiple tabs.

When I pull a Tab to floating & then dock it back again, it is added back to the first position in the collection of Tabgroups.

How would I add the tab to the same Index when I dock a floating tab? 

Tab A, Tab B, Tab C (In this order)

When I float Tab C and dock it back to the DockPanel, it is added to 1st index (Tab C, Tab A, Tab B), but I would like to maintain the order Tab A, Tab B, Tab C without having to drag tabs after docking.

Parents
  • 7315
    Offline posted


    Hello Prashanth,

    Thank you for posting. You can set the ‘NavigationOrder‘property' to either ‘ActivationOrder’ or ‘VisibleOrder’ enums, to control the order in which panes are navigated.

    Let me know if you have any question.

    -Divya Jain

Reply Children