Skip to main content

LayoutControl Members

A control container that arranges its items in a single column or row, and allows you to create compound layouts of controls, with the ability to combine the controls into groups and align the controls according to their headers.

Constructors

Name Description
LayoutControl() Initializes a new instance of the LayoutControl 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. Inherited from LayoutGroupBase.
HorizontalItemSpacingProperty static Identifies the LayoutGroupBase.HorizontalItemSpacing dependency property. Inherited from LayoutGroupBase.
HorizontalScrollBarVisibilityProperty static Identifies the LayoutControl.HorizontalScrollBarVisibility dependency property.
IsAdaptiveProperty static Inherited from LayoutGroupBase.
IsHeaderVisibleProperty static Identifies the LayoutGroupBase.IsHeaderVisible dependency property. Inherited from LayoutGroupBase.
IsHorizontalProperty static Identifies the LayoutGroupBase.IsHorizontal dependency property. Inherited from LayoutGroupBase.
ItemHeadersAlignmentProperty static Identifies the LayoutGroupBase.ItemHeadersAlignment dependency property. Inherited from LayoutGroupBase.
ItemSizeModeProperty static Inherited from LayoutGroupBase.
OrientationProperty static Identifies the LayoutGroupBase.Orientation dependency property. Inherited from LayoutGroupBase.
PortraitOrientationProperty static Identifies the LayoutGroupBase.PortraitOrientation dependency property. Inherited from LayoutGroupBase.
ShowHeaderProperty static Identifies the LayoutGroupBase.ShowHeader dependency property. Inherited from LayoutGroupBase.
VerticalHeaderAlignmentProperty static Identifies the HeaderedItemsContainer.VerticalHeaderAlignment dependency property. Inherited from HeaderedItemsContainer.
VerticalItemSizeModeProperty static Identifies the LayoutGroupBase.VerticalItemSizeMode dependency property. Inherited from LayoutGroupBase.
VerticalItemSpacingProperty static Identifies the LayoutGroupBase.VerticalItemSpacing dependency property. Inherited from LayoutGroupBase.
VerticalScrollBarVisibilityProperty static Identifies the LayoutControl.VerticalScrollBarVisibility 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. Inherited from LayoutGroupBase.
HorizontalItemSpacing Gets or sets the space between adjacent items when they are horizontally arranged within the group. Inherited from LayoutGroupBase.
HorizontalScrollBarVisibility Gets or sets the horizontal scroll bar’s visibility.
IsAdaptive Inherited from LayoutGroupBase.
IsHeaderVisible Gets whether the group’s header is visible. Inherited from LayoutGroupBase.
IsHorizontal Gets whether items in the group are horizontally arranged. Inherited from LayoutGroupBase.
ItemHeadersAlignment Gets or sets how LayoutItem headers are aligned within the current LayoutGroupBase object. Inherited from LayoutGroupBase.
ItemSizeMode Inherited from LayoutGroupBase.
Orientation Gets or sets the arrangement of items within the group when the device is in landscape orientation. Inherited from LayoutGroupBase.
PortraitOrientation Gets or sets the arrangement of items within the group when the device is in portrait orientation. Inherited from LayoutGroupBase.
ShowHeader Gets or sets whether the group’s Header (specified by the veHeaderedItemsControl.Header inherited property) is visible. Inherited from LayoutGroupBase.
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. Inherited from LayoutGroupBase.
VerticalItemSpacing Gets or sets the space between adjacent items when they are vertically arranged within the group. Inherited from LayoutGroupBase.
VerticalScrollBarVisibility Gets or sets the vertical scroll bar’s visibility.

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