Nitin
Nitin

Reputation: 11

How to add Horizontal Scrollbar to drop down list control in asp.net

I have one Drop down list box like following : ITEM AJLSDKLFJASDKLFJSDKLFJDKLFJ aklsjdfkjdklfjla fjklfdjfj ajlfjad 564897fadfadfdff897897 564 564 565656 Small String skdkjk Long String sklfjasdkljfklfjaklfjkljfklajfljkljklfajlfjsd aasdfaklfjla fjklfdjfj ajlfjad asdfasfssdfasdfas 565656

    </asp:DropDownList>

when drop downlist has item string too large then i want to give it horizontal Scrollbar ...

How can i give this... Please Tell me solution.

Upvotes: 0

Views: 2439

Answers (1)

egrunin
egrunin

Reputation: 25053

You can't. Look into AjaxControlToolkit for some alternatives that might work for you.

Upvotes: 1

Related Questions