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
325
ultraDockWorkspace Tour Flyout Speed
posted

Hi,

we refreshed our Weifen Luo Controls to Infragistics. Now we use for docking the ultraDockWorkspace.

Now i got the Problem, that i can't set any Animation Speed of the Flyouts, when i hover the Mouse over a minimized docked Window.

 

I tried things like:

ultraDockWorkspaceTour.EventManager.DockManager.AnimationSpeed =

AnimationSpeed.StandardSpeedPlus5;

but it isn't faster.

Where can i set it?

Thank you very much

Didi

  • 44743
    posted

    That should increase the speed of the fly in and fly out operations. Are you sure you're setting in on the right object? I'm wondering why you need to go through the EventManager to set this. You should be able to set the AnimationSpeed directly on the workspace, since it derives from UltraDockManager. If that still doesn't work, the only other thing I can think of is that the rendering of the docked control at each animation step is slowing down the animation operation.