Hi! In designer we have a layout animation value (default is 400).
Is possible to change this value programmatically? I want that first time is loaded layout i see animation, other times no
You can set it to 0 and then add a panel and call Panel.SetLayoutAnimated followed by Panel.LoadLayout to load the layout. The animation will be similar (not exact) to the default layout animation.