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

Determines whether the list items will be drawn in more than one column.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MultiColumns As Boolean
C# 
public virtual bool MultiColumns {get; set;}

Property Value

Boolean

Remarks

This property is only valid when ControlType Property is Navigation or SideBar

Requirements

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

See Also