AttachedLayout |
Represents the base class for an object that sizes and arranges child elements for a host.
|
Layoutable |
Implements layout-related functionality for a control.
|
LayoutContext |
Represents the base class for an object that facilitates communication between an attached
layout and its host container.
|
LayoutExtensions |
Extension methods for layout types.
|
LayoutHelper |
Provides helper methods needed for layout.
|
LayoutManager |
Manages measuring and arranging of controls.
|
NonVirtualizingLayout |
Represents the base class for an object that sizes and arranges child elements for a host
and and does not support virtualization.
|
NonVirtualizingLayoutContext |
Represents the base class for layout context types that do not support virtualization.
|
StackLayout |
Arranges elements into a single line (with spacing) that can be oriented horizontally or vertically.
|
StackLayoutState |
Represents the state of a StackLayout.
|
UniformGridLayout |
Positions elements sequentially from left to right or top to bottom in a wrapping layout.
|
UniformGridLayoutState |
Represents the state of a UniformGridLayout .
|
VirtualizingLayout |
Represents the base class for an object that sizes and arranges child elements for a host
and supports virtualization.
|
VirtualizingLayoutContext |
Represents the base class for layout context types that support virtualization.
|