Skip to main content

LayoutGroupBase Members

The base class for controls arranging their items either horizontally or vertically and supporting various layout options.

Constructors

Name Description
LayoutGroupBase() Initializes a new instance of the LayoutGroupBase class.

Fields

Name Description
ActualHeaderProperty static Identifies the veHeaderedItemsControl.ActualHeader dependency property. Inherited from veHeaderedItemsControl.
HasHeaderProperty static Identifies the veHeaderedItemsControl.HasHeader dependency property. Inherited from veHeaderedItemsControl.
HasHeaderTemplateProperty static Identifies the veHeaderedItemsControl.HasHeaderTemplate dependency property. Inherited from veHeaderedItemsControl.
HeaderProperty static Identifies the veHeaderedItemsControl.Header dependency property. Inherited from veHeaderedItemsControl.
HeaderStringFormatProperty static Identifies the veHeaderedItemsControl.HeaderStringFormat dependency property. Inherited from veHeaderedItemsControl.
HeaderStyleProperty static Identifies the HeaderedItemsContainer.HeaderStyle dependency property. Inherited from HeaderedItemsContainer.
HeaderTemplateProperty static Identifies the veHeaderedItemsControl.HeaderTemplate dependency property. Inherited from veHeaderedItemsControl.
HeaderTemplateSelectorProperty static Identifies the veHeaderedItemsControl.HeaderTemplateSelector dependency property. Inherited from veHeaderedItemsControl.
HorizontalHeaderAlignmentProperty static Identifies the HeaderedItemsContainer.HorizontalHeaderAlignment dependency property. Inherited from HeaderedItemsContainer.
HorizontalItemSizeModeProperty static Identifies the LayoutGroupBase.HorizontalItemSizeMode dependency property.
HorizontalItemSpacingProperty static Identifies the LayoutGroupBase.HorizontalItemSpacing dependency property.
IsAdaptiveProperty static
IsHeaderVisibleProperty static Identifies the LayoutGroupBase.IsHeaderVisible dependency property.
IsHorizontalProperty static Identifies the LayoutGroupBase.IsHorizontal dependency property.
ItemHeadersAlignmentProperty static Identifies the LayoutGroupBase.ItemHeadersAlignment dependency property.
ItemSizeModeProperty static
OrientationProperty static Identifies the LayoutGroupBase.Orientation dependency property.
PortraitOrientationProperty static Identifies the LayoutGroupBase.PortraitOrientation dependency property.
ShowHeaderProperty static Identifies the LayoutGroupBase.ShowHeader dependency property.
VerticalHeaderAlignmentProperty static Identifies the HeaderedItemsContainer.VerticalHeaderAlignment dependency property. Inherited from HeaderedItemsContainer.
VerticalItemSizeModeProperty static Identifies the LayoutGroupBase.VerticalItemSizeMode dependency property.
VerticalItemSpacingProperty static Identifies the LayoutGroupBase.VerticalItemSpacing dependency property.

Properties

Name Description
ActualHeader Gets the control’s actual header, taking into account the additional formatting applied to the veHeaderedItemsControl.Header via the veHeaderedItemsControl.HeaderStringFormat property. Inherited from veHeaderedItemsControl.
HasHeader Gets whether the control’s veHeaderedItemsControl.Header is not empty. Inherited from veHeaderedItemsControl.
HasHeaderTemplate Gets whether the veHeaderedItemsControl.HeaderTemplate is not empty. Inherited from veHeaderedItemsControl.
Header Gets or sets the control’s header. Inherited from veHeaderedItemsControl.
HeaderStringFormat Gets or sets a composite format string for the veHeaderedItemsControl.Header object. Inherited from veHeaderedItemsControl.
HeaderStyle Gets or sets the style applied to the container’s header. Inherited from HeaderedItemsContainer.
HeaderTemplate Gets or sets the template used to render the veHeaderedItemsControl.Header object. Inherited from veHeaderedItemsControl.
HeaderTemplateSelector Gets or sets an object that chooses a header template based on custom logic. Inherited from veHeaderedItemsControl.
HorizontalHeaderAlignment Gets or sets the horizontal alignment of the container’s header. Inherited from HeaderedItemsContainer.
HorizontalItemSizeMode Gets or sets the way items within the current group are resized when the items are horizontally aligned.
HorizontalItemSpacing Gets or sets the space between adjacent items when they are horizontally arranged within the group.
IsAdaptive
IsHeaderVisible Gets whether the group’s header is visible.
IsHorizontal Gets whether items in the group are horizontally arranged.
ItemHeadersAlignment Gets or sets how LayoutItem headers are aligned within the current LayoutGroupBase object.
ItemSizeMode
Orientation Gets or sets the arrangement of items within the group when the device is in landscape orientation.
PortraitOrientation Gets or sets the arrangement of items within the group when the device is in portrait orientation.
ShowHeader Gets or sets whether the group’s Header (specified by the veHeaderedItemsControl.Header inherited property) is visible.
VerticalHeaderAlignment Gets or sets the vertical alignment of the container’s header. Inherited from HeaderedItemsContainer.
VerticalItemSizeMode Gets or sets the way items within the current group are resized when the items are vertically aligned.
VerticalItemSpacing Gets or sets the space between adjacent items when they are vertically arranged within the group.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also