listHeight
sets the height of the list of options
listHeight?: number | string;
Default value: 224Example
var combo = new dhx.Combobox("combo_container",{
listHeight:50
});
Related sample: Combobox. List Height
sets the height of the list of options
Example
var combo = new dhx.Combobox("combo_container",{
listHeight:50
});
Related sample: Combobox. List Height