Android.Views.ViewGroup.GetChildDrawingOrder Method
Returns the index of the child to draw for this iteration.

Syntax

[Android.Runtime.Register("getChildDrawingOrder", "(II)I", "GetGetChildDrawingOrder_IIHandler")]
protected virtual int GetChildDrawingOrder (int childCount, int i)

See Also

ViewGroup.ChildrenDrawingOrderEnabled
ViewGroup.ChildrenDrawingOrderEnabled

Parameters

childCount
Documentation for this section has not yet been entered.
i
The current iteration.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the index of the child to draw for this iteration. Override this if you want to change the drawing order of children. By default, it returns i.

NOTE: In order for this method to be called, you must enable child ordering first by calling ViewGroup.ChildrenDrawingOrderEnabled.

[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