Hello, How can I change expanding/collapsing duration? I tired to change AnimationDuration property but it doesn't work. Can you provide template or style?
private void Button_Click(object sender, RoutedEventArgs e)
{
busyIndicator.AnimationSpeed = 200;
} |
Hello,
The SfNavigationDrawer doesn't have such property. There is only
navigationDrawer.AnimationDuration = new TimeSpan(200); but when I change expanding duration is the same.
Hello, Have you fixed the problem?
Best regards
I'm using Expanded displayMode. Is there any possibility to change the expanding/collapsing speed?