I add bunch of panes to my ultraDockManager and when pane is unpinned it is painfully slow when it's flying out to it's docking area. Same very slow fly in when you click on the minimized pane. I do have a lot of controls including ultragrids and trees in those pains.
Personally I don't really care for those fly-ins and outs and tried disabling them by setting AnimationEnabled to false in ultraDockManager but that didn't appear to do anything as same very slow flying continues.
How do I disable these flyins and outs - just make unpinned panes go away instantly?
I am having the same issue. I want to disable the animation (fly out panes) but can't get this feature to work.
see my previous reply - SaveSettings flag was on
Figured out what was happening - I had SaveSettings flag on so my dockManager was reloading old settings where AnimationEnabledwas still set to true.
Removed SaveSettings and now bliss............
Really - that Animation flag should be off by default. It's so 2005 :)