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
AlwaysDrawnWithCacheEnabled | bool. Indicates whether this ViewGroup will always try to draw its children using their drawing cache. | |
AnimationCacheEnabled | bool. Indicates whether the children's drawing cache is used during a layout animation. | |
[read-only] | ChildCount | int. Returns the number of children in the group. |
[read-only] | ClipChildren | bool. Returns whether this group's children are clipped to their bounds before drawing. |
[read-only] | ClipToPadding | bool. Check if this ViewGroup is configured to clip child views to its padding. |
DescendantFocusability | DescendantFocusability. Gets the descendant focusability of this view group. | |
[read-only] | FocusedChild | View. Returns the focused child of this view, if any. |
LayoutAnimation | Android.Views.Animations.LayoutAnimationController. Returns the layout animation controller used to animate the group's children. | |
LayoutAnimationListener | Android.Views.Animations.Animation.IAnimationListener. Returns the animation listener to which layout animation events are sent. | |
LayoutMode | ViewLayoutMode. Returns the basis of alignment during layout operations on this ViewGroup: either ViewGroup.LayoutModeClipBounds or ViewGroup.LayoutModeOpticalBounds. | |
LayoutTransition | Android.Animation.LayoutTransition. Gets the LayoutTransition object for this ViewGroup. | |
MotionEventSplittingEnabled | bool. Returns true if MotionEvents dispatched to this ViewGroup can be split to multiple children. | |
[read-only] | NestedScrollAxes | ScrollAxis. Return the current axes of nested scrolling for this ViewGroup. |
PersistentDrawingCache | PersistentDrawingCaches. Returns an integer indicating what types of drawing caches are kept in memory. | |
TouchscreenBlocksFocus | bool. Check whether this ViewGroup should ignore focus requests for itself and its children. | |
TransitionGroup | bool. Returns true if this ViewGroup should be considered as a single entity for removal when executing an Activity transition. |
ChildrenDrawingOrderEnabled | bool. Indicates whether the ViewGroup is drawing its children in the order defined by ViewGroup.GetChildDrawingOrder(int, System.Int32). | |
ChildrenDrawnWithCacheEnabled | bool. Indicates whether the ViewGroup is currently drawing its children using their drawing cache. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |