Base Button ListSize All To Widest Property
This is used to set or get whether or not all columns in the button list are sized to the widest
item.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This option affects all LayoutMethod options except SingleColumn. When set to false (the default) each column is sized to the widest item in that column. In SingleColumn mode, this is the normal behavior. When set to true, all columns are sized to the widest entry in the list thus making all columns the same width.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool SizeAllToWidest { get; set; }VB
Public Property SizeAllToWidest As Boolean
Get
SetC++
public:
property bool SizeAllToWidest {
bool get ();
void set (bool value);
}F#
member SizeAllToWidest : bool with get, setProperty Value
BooleanThis option affects all LayoutMethod options except SingleColumn. When set to false (the default) each column is sized to the widest item in that column. In SingleColumn mode, this is the normal behavior. When set to true, all columns are sized to the widest entry in the list thus making all columns the same width.