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

Syntax

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

Remarks

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

See Also