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!
I tried to reproduce this and was not able to do so, so please if possible attach a small sample project demonstrating the mentioned behavior, I will be happy to take a look at it.
The reason you can't reproduce it is because it works fine until I put it in our custom Intranet application. Basically the Intranet application runs as a layer over my application so certain features do not work. For this reason when the application is outside of the environment, the dragging of the tabs to reorder work perfectly. When the application is deployed to be ran in our custom Intranet application the dragging of the tabs fail. Therefore I cannot really give you a sample. D: