TdxTreeViewCustomOptionsView.ShowLines Property
In This Article
Specifies if the Tree View shows lines between parent and child nodes.
#Declaration
Delphi
property ShowLines: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If True, the control displays lines between parent and child nodes. If False, the lines are hidden. |
#Remarks
Refer to the TdxTreeViewControlOptionsView.ShowLines property description for detailed information and an example.
See Also