PDA

View Full Version : combobox height increase



kolli
3 Nov 2008, 11:55 AM
hi,
i was working on combobox and was wondering if i can increase the height of the combo box. I tried with setHeight() and setMaxHeight() but neither of them worked. Can you help me out in that?
Thanks

kolli
13 Nov 2008, 11:55 AM
well i finally decided to use a grid instead of a combobox. I was looking for a listbox kind of feature to actually display more than one entry in the box. I dont think there is listbox available in gxt

gslender
13 Nov 2008, 9:14 PM
com.extjs.gxt.ui.client.widget.ListView

kolli
14 Nov 2008, 5:44 AM
i tried using that. Should we increase the height of the listview and set the comboBox to that listview?