Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ExplorerTaskPane Namespace / SmartExplorerTaskPane Class / GroupSpacing Property


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(15)>
<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

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