DXTreeView.ItemSpacing Property
Gets or sets the gap between items in a tree view. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public double ItemSpacing { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies the gap between items in a tree view. |
Remarks
For more information, refer to the following help topic: Change Item Appearance and Layout.
See Also