BaseButtonListSizeAllToWidest Property
This is used to set or get whether or not all columns in the button list are sized to the widest
item.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool SizeAllToWidest { get; set; }
Public Property SizeAllToWidest As Boolean
Get
Set
public:
property bool SizeAllToWidest {
bool get ();
void set (bool value);
}
member SizeAllToWidest : bool with get, set
Property 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.