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
430
Reorder Tabs Programatically
posted

Hello,

I am having trouble reordering the tabs in the UltraDockManager.  I know that it is a built in feature that you can reoreder them, however the application will be running in a nonstandard environment and the environment is intercepting the actions that reorders the tabs.  Therefore, I am having to recreate the tab drag drop functionality -_-

I am currently using the MoveTabItem method off the TabManager and the tab moves successfully to where I need it, however when I return focus to the TabRow, the original order of the tabs are restored.  Below are screen shots of what is happening.

Before:

After MoveTabItem:

After Reselecting TabRow:

Thanks for your help!

Parents Reply Children
No Data