Android.Animation.LayoutTransition.ShowChild Method
This method is called by ViewGroup when a child view is about to be made visible in the container.

Syntax

[Android.Runtime.Register("showChild", "(Landroid/view/ViewGroup;Landroid/view/View;I)V", "GetShowChild_Landroid_view_ViewGroup_Landroid_view_View_IHandler")]
public virtual void ShowChild (Android.Views.ViewGroup parent, Android.Views.View child, [Android.Runtime.GeneratedEnum] Android.Views.ViewStates oldVisibility)

Parameters

parent
The ViewGroup in which the View is being made visible.
child
The View being made visible.
oldVisibility
The previous visibility value of the child View, either Android.Views.View.GONE or Android.Views.View.INVISIBLE.

Remarks

This method is called by ViewGroup when a child view is about to be made visible in the container. This callback starts the process of a transition; we grab the starting values, listen for changes to all of the children of the container, and start appropriate animations.

[Android Documentation]

Requirements

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