Android.Views.ViewGroup.ScheduleLayoutAnimation Method
Schedules the layout animation to be played after the next layout pass of this view group.

Syntax

[Android.Runtime.Register("scheduleLayoutAnimation", "()V", "GetScheduleLayoutAnimationHandler")]
public virtual void ScheduleLayoutAnimation ()

Remarks

Schedules the layout animation to be played after the next layout pass of this view group. This can be used to restart the layout animation when the content of the view group changes or when the activity is paused and resumed.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1