Skip to main content
A newer version of this page is available. .

SlideView.ItemSpacing Property

Gets or sets the distance between neighboring SlideViewItems within this SlideView.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public double ItemSpacing { get; set; }

Property Value

Type Description
Double

A Double value that specifies the distance between neighboring SlideViewItems within this SlideView.

Remarks

Use the ItemSpacing property to set the gap between items within the current SlideView. The image bellow illustrates a SlideView with the ItemSpacing property set to 100.

SlideView - ItemSpacing

You can also set the width for individual items via the SlideViewItem.Width property.

See Also