DrawTreeNodeExtendedEventArgsLinePosition Property
This is used to set or get the X coordinate of the inner most node line
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int LinePosition { get; set; }
Public Property LinePosition As Integer
Get
Set
public:
property int LinePosition {
int get ();
void set (int value);
}
member LinePosition : int with get, set
Property Value
Int32This 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.