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
790
Reorder tabs at runtime in DockableGroupPane
posted

Hi, Is there a way I can reorder tabs inside DockableGroup pane at run time? There is RepositionToGroup method but that accept a new group instance. I want to reorder inside the same group. Please help

  • 71886
    Verified Answer
    Offline posted

    Hello,

    You could you use the 'RepositionToPane()' method, here is a simple example:

       ultraDockManager1.DockAreas[0].Panes[2].RepositionToPane(ultraDockManager1.DockAreas[0].Panes[1], Infragistics.Win.UltraWinDock.PanePosition.Previous);

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

    RepositionPane.zip