Language Reference Guide : 4. System Classes : EnumField Class : ExactWidth Attribute
 
Share this page                  
ExactWidth Attribute
Data Type: integer
4GL Access: RW
If ExactWidth is greater than zero, it specifies the width of the EnumField in 1000ths of an inch. If ExactWidth is greater than zero, setting Width, OuterWidth, and MinimumWidth has no effect.
Typically the width of the EnumField is determined by the Font attributes and the width of the item with the widest text string. However, when the ExactWidth attribute is greater than zero it overrides the effects of the Font Attributes and the text strings.
Note:  This attribute is not valid for ListViewFields.