VS 2008 - Visual Basic .NET (C# example is fine, as I can read that as well)
I have an asp:DropDownList that is 100px wide, however some of my list items are much wider than that.
How can I expand the drop down area of the list so it shows all of the text of the list items? The control itself must stay at 100px - only the drop down area can expand.
Thank you for your help.