Enum ExpanderAnimationBehavior
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Layouts.dll
 
Describes the behavior of the expander animation.
public enum ExpanderAnimationBehavior
  Fields
Always = 2When appearing for the first time and when BindingContext changes, the view box will animate.
AnimateOnBindingContextChange = 1When BindingContext changes, the view box will animate.
When appearing for the first time, the view box won't animate.
Default = 0When appearing for the first time and when BindingContext changes, the view box won't animate.
This is the default behavior as it serves to properly handle collection views.