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

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Remarks

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

See Also