ASP.NET ComboBox - Width

auto


Width="250"


Width="25%"


Width="50%"


The Width property is used to control the width of the ComboBox.
If the property is not set, a default width of 150px will be used.
The drop down menu will have the same width, if MenuWidth is not set.



« Back to examples