Hello,
I want to disable the animation which shows up when I'm changing dayView (DayViewDefinition) to weekView (WeekViewDefinition).
I tried to disable the animation with Animation.AnimationManager.SetIsAnimationEnabled(this.myScheduleViewUI, false); => does not work.
(I'm using a normal WPF-window)
How can I disable the animation?
Is there even a way to disable the animation?
KR
I want to disable the animation which shows up when I'm changing dayView (DayViewDefinition) to weekView (WeekViewDefinition).
I tried to disable the animation with Animation.AnimationManager.SetIsAnimationEnabled(this.myScheduleViewUI, false); => does not work.
(I'm using a normal WPF-window)
How can I disable the animation?
Is there even a way to disable the animation?
KR