Wijmo UI for the Web
dropdownWidth Field
wijmo.combobox Namespace > WijComboboxOptions Interface : dropdownWidth Field

A value that specifies the width of the drop-down list.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: any
value = instance.dropdownWidth;
var dropdownWidth : any;
Remarks
When this option is set to "auto", the width of the drop-down list is equal to the width of wijcombobox. When this option is set to "fit", the width of the drop-down list will fit the widest item independently.
See Also

Reference

WijComboboxOptions Interface