HasLines
HasLines
Set if the tree draws lines between items
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: Tree
Introduced in KCML version 5.02
This style enhances the graphic representation of a tree view control's hierarchy by drawing lines that link child items to their parent item.
Note that this style does not link items at the root of the hierarchy. To do so, you need to also set LinesAtRoot to TRUE.
This property is a design time only property and can therefore only be set within the KCML forms designer. Changing it or inspecting it will have no effect at runtime.