The SizeLimitedPanel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SizeLimitedPanel |
Methods
| Name | Description | |
|---|---|---|
| ArrangeOverride |
Arranges the content of the element.
(Overrides FrameworkElement..::.ArrangeOverride(Size).) | |
| MeasureOverride |
Measures the child elements of the control.
(Overrides FrameworkElement..::.MeasureOverride(Size).) |
Fields
| Name | Description | |
|---|---|---|
| OrientationProperty |
Identifies the Orientation property.
|
Properties
| Name | Description | |
|---|---|---|
| Orientation |
Gets or sets the Orientation of this SizeLimitedPanel.
This is a dependency property.
| |
| StartIndex |
Gets or sets the index of the first child to display in this panel. Any children
before this index are not displayed. The default is 0 (display all children up to
the available size).
|