Table of Contents

Enum ExpanderAnimationBehavior

Namespace
Nalu
Assembly
Nalu.Maui.Layouts.dll

Describes the behavior of the expander animation.

public enum ExpanderAnimationBehavior

Fields

Always = 2

When appearing for the first time and when BindingContext changes, the view box will animate.

AnimateOnBindingContextChange = 1

When BindingContext changes, the view box will animate.

When appearing for the first time, the view box won't animate.

Default = 0

When 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.