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