Android.Views.ViewGroup.ChildrenDrawnWithCacheEnabled Property
Indicates whether the ViewGroup is currently drawing its children using their drawing cache.

Syntax

[get: Android.Runtime.Register("isChildrenDrawnWithCacheEnabled", "()Z", "GetIsChildrenDrawnWithCacheEnabledHandler")]
[set: Android.Runtime.Register("setChildrenDrawnWithCacheEnabled", "(Z)V", "GetSetChildrenDrawnWithCacheEnabled_ZHandler")]
protected virtual bool ChildrenDrawnWithCacheEnabled { get; set; }

See Also

ViewGroup.AlwaysDrawnWithCacheEnabled
ViewGroup.ChildrenDrawnWithCacheEnabled
ViewGroup.AlwaysDrawnWithCacheEnabled
ViewGroup.ChildrenDrawnWithCacheEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether the ViewGroup is currently drawing its children using their drawing cache.

Set method documentation [Android Documentation]

Tells the ViewGroup to draw its children using their drawing cache. This property is ignored when ViewGroup.AlwaysDrawnWithCacheEnabled is true. A child's drawing cache will be used only if it has been enabled. Subclasses should call this method to start and stop using the drawing cache when they perform performance sensitive operations, like scrolling or animating.

Requirements

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