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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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