ViewGroup.StartLayoutAnimation Method
Definition
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.
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.