Android.Views.ViewGroup: Property Members

The properties of Android.Views.ViewGroup are listed below. For a list of all members, see the ViewGroup Members list.

See Also: Inherited members from Android.Views.View

Public Properties

AlwaysDrawnWithCacheEnabledbool. Indicates whether this ViewGroup will always try to draw its children using their drawing cache.
AnimationCacheEnabledbool. Indicates whether the children's drawing cache is used during a layout animation.
[read-only]
ChildCountint. Returns the number of children in the group.
[read-only]
ClipChildrenbool. Returns whether this group's children are clipped to their bounds before drawing.
[read-only]
ClipToPaddingbool. Check if this ViewGroup is configured to clip child views to its padding.
DescendantFocusabilityDescendantFocusability. Gets the descendant focusability of this view group.
[read-only]
FocusedChildView. Returns the focused child of this view, if any.
LayoutAnimationAndroid.Views.Animations.LayoutAnimationController. Returns the layout animation controller used to animate the group's children.
LayoutAnimationListenerAndroid.Views.Animations.Animation.IAnimationListener. Returns the animation listener to which layout animation events are sent.
LayoutModeViewLayoutMode. Returns the basis of alignment during layout operations on this ViewGroup: either ViewGroup.LayoutModeClipBounds or ViewGroup.LayoutModeOpticalBounds.
LayoutTransitionAndroid.Animation.LayoutTransition. Gets the LayoutTransition object for this ViewGroup.
MotionEventSplittingEnabledbool. Returns true if MotionEvents dispatched to this ViewGroup can be split to multiple children.
[read-only]
NestedScrollAxesScrollAxis. Return the current axes of nested scrolling for this ViewGroup.
PersistentDrawingCachePersistentDrawingCaches. Returns an integer indicating what types of drawing caches are kept in memory.
TouchscreenBlocksFocusbool. Check whether this ViewGroup should ignore focus requests for itself and its children.
TransitionGroupbool. Returns true if this ViewGroup should be considered as a single entity for removal when executing an Activity transition.

Protected Properties

ChildrenDrawingOrderEnabledbool. Indicates whether the ViewGroup is drawing its children in the order defined by ViewGroup.GetChildDrawingOrder(int, System.Int32).
ChildrenDrawnWithCacheEnabledbool. Indicates whether the ViewGroup is currently drawing its children using their drawing cache.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.