Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ExplorerTaskPane Namespace / Group Class / ItemSpacing Property


In This Topic
    ItemSpacing Property
    In This Topic
    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(2)>
    <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(2)]
    [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