Multi Column Combo BoxRow Headers Width Property
This is used to get or set the width of row headers if they are visible
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int RowHeadersWidth { get; set; }VB
Public Property RowHeadersWidth As Integer
Get
SetC++
public:
property int RowHeadersWidth {
int get ();
void set (int value);
}F#
member RowHeadersWidth : int with get, set