I have a dropdownlist containing listitems with long descriptions (text). The long descriptions are causing the dropdownlist control to extend beyond the right margin of the aspx page. The user does not want the description (text) abbreviated. My question: Is there a way to wrap the descriptions within the dropdownlist? I tried setting the width property in the dropdownlist tag, but this results in truncation of any description that exceeds the specified width.