Gets or sets the separation between the selected item and the items adjacent to it. This is instead of, not additional to, the ItemSeparation property, and should usually be larger than it. This is a dependency property.

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

Syntax

C#
public double SelectedItemSeparation { get; set; }
Visual Basic (Declaration)
Public Property SelectedItemSeparation As Double

Remarks

Dependency Property Information
Identifier field SelectedItemSeparationProperty
Metadata properties set to true None

See Also