DHTMLXCOMBO List Width

HI,



I want to increase the width of Combobox List, is it possible.


Hello,


You can use setOptionWidth(width) method to define the necesasry width or to enable automatic width:


combo.enableOptionAutoWidth(1);


The dhtmlxcombo_whp.js must be included