ASP.NET ComboBox - Height

auto
  Height="150"


The Height property is used to control the height of the drop down menu of the ComboBox.
If the property is not set, the drop down menu will expand to fit all the items in the list (no scrollbars).
If the property is set, but there are only a few items (less than the specified height),
no scrollbars will be displayed.



« Back to examples