Table of Contents

Property ShowLines

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

ShowLines

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

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

Property Value

bool

true if lines are drawn between tree items in the tree view control; otherwise, false. The default is true.