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