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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int VisibleItemCount { get; set; }
Visual Basic
Public Property VisibleItemCount As Integer
	Get
	Set
Visual C++
public:
property int VisibleItemCount {
	int get ();
	void set (int value);
}

Remarks

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

See Also