CommunityToolkit.WinUI.UI.Behaviors Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Animation |
A custom Microsoft.Xaml.Interactivity.Trigger that fires whenever a linked AnimationSet completes. |
Animation |
A custom Microsoft.Xaml.Interactivity.Trigger that fires whenever a linked AnimationSet starts. |
Auto |
This behavior automatically sets the focus on the associated Microsoft.UI.Xaml.Controls.Control when it is loaded. |
Auto |
This behavior automatically selects the entire content of the associated Microsoft.UI.Xaml.Controls.TextBox when it is loaded. |
Behavior |
Base class for behaviors that solves 2 problems:
|
Fade |
Performs an fade animation on a ListView or GridView Header using composition. |
Focus |
This behavior sets the focus on the first control of Targets which accepts it. The focus will be set following the Targets order. The first control being ready and accepting the focus will receive it. The focus can be set to another control with a higher priority if it loads before FocusEngagementTimeout. |
Focus |
A target for the FocusBehavior. |
Focus |
A collection of FocusTarget. |
Quick |
Performs an animation on a ListView or GridView Header to make it quick return using composition. |
Start |
An Microsoft.Xaml.Interactivity.IAction implementation that can trigger a target AnimationSet instance. |
Sticky |
Performs an animation on a ListView or GridView Header to make it sticky using composition. |
Stop |
An Microsoft.Xaml.Interactivity.IAction implementation that can stop a target AnimationSet instance. |
Viewport |
A class for listening element enter or exit the ScrollViewer viewport |