Reputation: 1391
how to change the width of the dropdown List in asp.net dropdownlist control?
What i mean here is not the textbox like control but the the list displaying the items after clicking the dropdown button on the right side?
Is this possible in asp.net dropdownlist control?
Upvotes: 1
Views: 1042
Reputation: 52241
I think you can't change the width of displaying list items as this is default behaviour, but if you realy want like that, you can make your custom dropdown control
Upvotes: 1