ASP.NET MVC Interface Controls - Dropdown List -
Height property





The height of the dropdown menu can be set using the Height property.
C#

Html.Obout(new OboutDropDownList("ddl1") 
{ 
    Width = 200, Height = 100
})

"I'm pretty happy on replacing ComponentArt's splitter with yours, I'm getting vastly superior performance out of it. On resize of the CA splitter it can take 2-3 seconds to complete a resize of a complex page whereas yours is maybe .5 of a second max."

David Homer