DrawTreeNodeExtendedEventArgsLinePosition Property

This is used to set or get the X coordinate of the inner most node line

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int LinePosition { get; set; }

Property Value

Int32
This represents the position of the line closest to the node text. The position of all outer lines can be determined by subtracting the tree view's Indent value.

See Also