Android.Widget.AbsListView.ScrollingCacheEnabled Property
Indicates whether the children's drawing cache is used during a scroll.

Syntax

[get: Android.Runtime.Register("isScrollingCacheEnabled", "()Z", "GetIsScrollingCacheEnabledHandler")]
[set: Android.Runtime.Register("setScrollingCacheEnabled", "(Z)V", "GetSetScrollingCacheEnabled_ZHandler")]
public virtual bool ScrollingCacheEnabled { get; set; }

See Also

AbsListView.ScrollingCacheEnabled
Android.Views.View.DrawingCacheEnabled
AbsListView.ScrollingCacheEnabled
Android.Views.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 scroll. By default, the drawing cache is enabled but this will consume more memory.

Set method documentation [Android Documentation]

Enables or disables the children's drawing cache during a scroll. By default, the drawing cache is enabled but this will use more memory. When the scrolling cache is enabled, the caches are kept after the first scrolling. You can manually clear the cache by calling Android.Views.ViewGroup.SetChildrenDrawingCacheEnabled(bool).

Requirements

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