Xceed SmartUI for WinForms v3.6 Documentation
GroupSpacing Property


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

Property Value

A value representing the spacing between the groups in a SmartExplorerTaskPane. By default, 15 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

SmartExplorerTaskPane Class
SmartExplorerTaskPane Members