The CountLimitedPanel type exposes the following members.

Constructors

  NameDescription
CountLimitedPanel

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 CountLimitedPanel. This is a dependency property.
VisibleItemCount
Gets or sets the number of children that will be displayed in this panel. All other children still belong to this panel, but are not displayed.

See Also