Draw Tree Node Extended Event ArgsLine Position 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.31.0
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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int LinePosition { get; set; }VB
Public Property LinePosition As Integer
Get
SetC++
public:
property int LinePosition {
int get ();
void set (int value);
}F#
member LinePosition : int with get, setProperty 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.