dbicExplorerBar Send comments on this topic.
ListMargin Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ListMargin Property

Gets or sets the vertical distance between the lists or their items.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ListMargin As Integer
C# 
public virtual int ListMargin {get; set;}

Property Value

Integer

Remarks

When ControlType Property is Navigation or SideBar, this offset affects the the vertical distance between items in the visible list.

When ControlType Property is Explorer, this offset affects the the vertical distance between the lists.


Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also