Categories | Question details Back To List | ||
DHTMLXCOMBO List Width HI, I want to increase the width of Combobox List, is it possible. Answer posted by Alex (supprot) on Apr 01, 2009 08:50 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 |