BaseButtonListSizeAllToWidest 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: 2023.4.9.0
public bool SizeAllToWidest { get; set; }

Property Value

Boolean
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.

See Also