Xceed SmartUI for WinForms v3.6 Documentation
ItemSpacing Property


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ExplorerTaskPane Namespace > Group Class : ItemSpacing Property
Gets or sets the spacing between the items in a group.
Syntax
'Declaration
 
<DescriptionAttribute("The spacing between the items in a group.")>
<CategoryAttribute("Layout")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(True)>
<LocalizableAttribute(False)>
Public Property ItemSpacing As Integer
'Usage
 
Dim instance As Group
Dim value As Integer
 
instance.ItemSpacing = value
 
value = instance.ItemSpacing
[Description("The spacing between the items in a group.")]
[Category("Layout")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(true)]
[Localizable(false)]
public int ItemSpacing {get; set;}

Property Value

A value representing the spacing between the items in a group. By default, 2 pixels.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Group Class
Group Members