c# - How to increase the height of DevExpress ComboBox droplist -


i displaying combo box facilities. there large number of facilities overall. show larger group of them. combo box has 10 , user has scroll more. how can show combo box larger group @ first?

<td>    <div>       <dx:aspxlabel id="aspxlabel4" runat="server" text="facility:">       </dx:aspxlabel>       <dx:aspxcombobox id="cbfacility" runat="server" valuetype="system.string"           width="300px" enableviewstate="true"            onselectedindexchanged="cbfacility_selectedindexchanged"  autopostback="true" >       </dx:aspxcombobox>    </div> </td> </tr> 

have tried setting aspxcombobox.dropdownrows property larger 10?

see q&a on @ devexpress http://www.devexpress.com/support/center/question/details/q353996

from answer

...you can manage drop-down window height using either aspxcombobox.dropdownheight or aspxcombobox.dropdownrows property.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -