Tool Tip for DropDown list

N

Naveen

Hi,

I have a dropwnlist of fixed width. The item names in the dropdown list are
quite big. The Tooltip property for a dropdownlist control doesn’t work!.
So using DHTML, I refreshed the contents of a DIV on the mouseover event of
the dropdownlist control.
This works fine.
Now, the problem is the tooltip is required on the expanded list too.

How can we capture these events?

Else:
Is it possible to adjust the width of the expanded list dynamically to
accommodate the largest item text?
 
M

[MSFT]

Hi Naveen,

I think it is impossible to adjust the expanded list's width or add a
tooltip to it. I suggest you may consider HTML DropDown Control instead. It
can adjust its width based on the longest item. For example:

<SELECT runat="server" id="mylist">
</SELECT>

Does this help?

Luke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top