Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.02 KB

listviewbase_trystartconnectedanimationasync_614462542.md

File metadata and controls

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

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