SlideView.ItemSpacing Property
Gets or sets the distance between neighboring SlideViewItems within this SlideView.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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.

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