Documentation for this section has not yet been entered.
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).