Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anbarasu on Mar 31, 2009 07:29
open dhtmlx forum
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