Wijmo UI for the Web
width Field
wijmo.input Namespace > PickerClass Interface : width Field

Determines the width of the dropdown window.

Syntax
var instance; // Type: wijmo.input.PickerClass;
var value; // Type: number
value = instance.width;
var width : number;
Remarks
If the value isn't set, the width will be auto, depends on the contents of the pickers.
See Also

Reference

PickerClass Interface