In ASP.NET, a ListBox
has a Rows attribute I can set to say how many rows to show. A DropDownList
, though, doesn't. Is there any way I can set the maximum number of rows a DropDownList
should display? Code? Markup? CSS?
views:
792answers:
1
+1
A:
If you want that level of control, you are left to re-implement drop down lists in javascript. Kinda sucks.
Bryan Batchelder
2009-05-11 19:51:30