ListWidth - ComboForm
Detrmines the width of a combo's drop down list
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer ListWidth
| Access Type | Syntax |
|---|---|
| Read Access: | Get ListWidth to IntegerVariable |
| Write Access: | Set ListWidth to IntegerVariable/Value |
Description
ListWidth determines the width of a combo's drop down list in pixels. When set to 0 (the default) the width will be the same as form combo's form width.
Set ListWidth to 100
See Also