Android.Widget.AdapterViewAnimator.SetAnimateFirstView Method
Indicates whether the current View should be animated the first time the ViewAnimation is displayed.

Syntax

[Android.Runtime.Register("setAnimateFirstView", "(Z)V", "GetSetAnimateFirstView_ZHandler")]
public virtual void SetAnimateFirstView (bool animate)

Parameters

animate
True to animate the current View the first time it is displayed, false otherwise.

Remarks

Indicates whether the current View should be animated the first time the ViewAnimation is displayed.

[Android Documentation]

Requirements

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