Android.Views.ViewGroup.AttachLayoutAnimationParameters Method
Subclasses should override this method to set layout animation parameters on the supplied child.

Syntax

[Android.Runtime.Register("attachLayoutAnimationParameters", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;II)V", "GetAttachLayoutAnimationParameters_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_IIHandler")]
protected virtual void AttachLayoutAnimationParameters (View child, ViewGroup.LayoutParams params, int index, int count)

Parameters

child
the child to associate with animation parameters
params
the child's layout parameters which hold the animation parameters
index
the index of the child in the view group
count
the number of children in the view group

Remarks

Subclasses should override this method to set layout animation parameters on the supplied child.

[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