The SizeLimitedPanel type exposes the following members.

Constructors

  NameDescription
SizeLimitedPanel

Methods

  NameDescription
ArrangeOverride
Arranges the content of the element.
(Overrides FrameworkElement..::.ArrangeOverride(Size).)
MeasureOverride
Measures the child elements of the control.
(Overrides FrameworkElement..::.MeasureOverride(Size).)

Fields

  NameDescription
OrientationProperty
Identifies the Orientation property.

Properties

  NameDescription
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).

See Also