Table of Contents

Property ShowRootLines

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowRootLines

Gets a value indicating whether lines are drawn between the tree items that are at the root of the tree view. Default is false. Currently, setter of this property does nothing.

[Browsable(false)]
public virtual bool ShowRootLines { get; }

Property Value

bool

true if lines are drawn between the tree items that are at the root of the tree view; otherwise, false. The default is true.