-
Dropdownlist width
I have a page that has to have multiple dropdownlists in one row of a table without wrapping to the next line and stay within the bounds of the table. I have seen dropdownlists that start out at like 75px wide but when you drop it down it becomes 150px wide. Anyone know how to do that?
-
There should be a property that does that. I cant remember which one. Just select all the properties and read the description.
-
Yeah I can set the width, but I cant set it where it expands when it drops down.
-
I don't think I've seen that in a browser since the DDL is going to rendered as an option list.
Would be nice though...