Android.Views.ViewGroup.SetChildrenDrawingCacheEnabled Method
Enables or disables the drawing cache for each child of this view group.

Syntax

[Android.Runtime.Register("setChildrenDrawingCacheEnabled", "(Z)V", "GetSetChildrenDrawingCacheEnabled_ZHandler")]
protected virtual void SetChildrenDrawingCacheEnabled (bool enabled)

Parameters

enabled
true to enable the cache, false to dispose of it

Remarks

Enables or disables the drawing cache for each child of this view group.

[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