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
1310
Tab reorder
posted

I am using ultradockmanager with 12 dockapanes set as left tabs. The issue is when I drag a tab and when I leave the order of the tabs are changed. Please tell me how to resolve this. I need to preserve the order of the tabs always, even when some of the tabs are floating, and then docked it should go to the same position as before.

Thanks in Advance

jeni

Parents
  • 53790
    posted

    Hello Jeni,

    At that moment we have not such kind functionality by default, but maybe you could try one of these two options below:

    option 1: you could try to use  ultraDockManager1.ControlPanes[0].RepositionToPane() method, and when you docked your pane, you could set desired posion.

    option 2; you could save your UltraDockManager`s layout using  ultraDockManager1.SaveAsXML("..\\..\\Test.xml"); method. After that when you dock back your pane, you could load the layout using ultraDockManager1.LoadFromXML("..\\..\\Test.xml"); method. By this way you will keep the same layout.

    Let me know if you have any questions.

    Regards

Reply Children