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.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public int VisibleItemCount { get; set; }
Visual Basic (Declaration)
Public Property VisibleItemCount As Integer

Remarks

Children that are not displayed are still measured and arranged, but with zero size.

See Also