itemHeight
sets the height of an item in the list of options
itemHeight?: number | string;
Default value: 32Example
var combo = new dhx.Combobox("combo_container",{
itemHeight:50
});
Related sample: Combobox. List Height
Change log:
added in v6.4