Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.03 KB

listviewbase_trystartconnectedanimationasync_371906646.md

File metadata and controls

34 lines (23 loc) · 1.03 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ListViewBase.TryStartConnectedAnimationAsync(Microsoft.UI.Xaml.Media.Animation.ConnectedAnimation,System.Object,System.String)
winrt method

Microsoft.UI.Xaml.Controls.ListViewBase.TryStartConnectedAnimationAsync

-description

Attempts to start the animation.

-parameters

-param animation

The animation to start.

-param item

The data item that is animated into view.

-param elementName

The name of the element in the ItemTemplate that provides the animated visual.

-returns

true if the animation started; false if the animation has already been started, if it is no longer active, or if the destination element is the same as the source element.

-remarks

-see-also

ConnectedAnimation.TryStart

-examples