Android.Views.ViewGroup.AnimationCacheEnabled Property
Indicates whether the children's drawing cache is used during a layout animation.

Syntax

[get: Android.Runtime.Register("isAnimationCacheEnabled", "()Z", "GetIsAnimationCacheEnabledHandler")]
[set: Android.Runtime.Register("setAnimationCacheEnabled", "(Z)V", "GetSetAnimationCacheEnabled_ZHandler")]
public virtual bool AnimationCacheEnabled { get; set; }

See Also

ViewGroup.AnimationCacheEnabled
View.DrawingCacheEnabled
ViewGroup.AnimationCacheEnabled
View.DrawingCacheEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether the children's drawing cache is used during a layout animation. By default, the drawing cache is enabled but this will prevent nested layout animations from working. To nest animations, you must disable the cache.

Set method documentation [Android Documentation]

Enables or disables the children's drawing cache during a layout animation. By default, the drawing cache is enabled but this will prevent nested layout animations from working. To nest animations, you must disable the cache.

Requirements

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