- Inheritance:
-
object
Visual
UIElement
Framework
Element Panel object
- Implements:
-
IOriented
Element
Constructors
TaskColumnPanel()
Initializes an instance of the class.
Properties
Orientation
Gets or sets the Orientation of the child element layout.
Property Value
- Orientation:
The Orientation of the child element layout. The default value is
Horizontal
.
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a Framework
Parameter | Type | Description |
---|---|---|
finalSize | Size | The final area within the parent that this element should use to arrange itself and its children. |
Returns
- Size:
The actual size used.
GetLayoutClip(Size)
Returns a geometry for a clipping mask.
Parameter | Type | Description |
---|---|---|
layoutSlotSize | Size | The layout slot size. |
Returns
- Geometry:
The clipping mask geometry.
MeasureOverride(Size)
Measures all children given an available size and returns the element's desired size based on the size of its children.
Parameter | Type | Description |
---|---|---|
availableSize | Size | The size the element is suggested to fit inside. |
Returns
- Size:
The desired size of the element.
OnIsItemsHostChanged(bool, bool)
Occurs when the IsItemsHost
property changes.
Fields
OrientationProperty
Identifies the Orientation dependency property. This field is read-only.