ViewGroup.StartLayoutAnimation Method

Definition

Runs the layout animation.

[Android.Runtime.Register("startLayoutAnimation", "()V", "GetStartLayoutAnimationHandler")]
public virtual void StartLayoutAnimation ();
[<Android.Runtime.Register("startLayoutAnimation", "()V", "GetStartLayoutAnimationHandler")>]
abstract member StartLayoutAnimation : unit -> unit
override this.StartLayoutAnimation : unit -> unit
Attributes

Remarks

Runs the layout animation. Calling this method triggers a relayout of this view group.

Java documentation for android.view.ViewGroup.startLayoutAnimation().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to