Last post Jul 19, 2007 01:53 AM by Javier Luna
None
0 Points
3 Posts
Jul 17, 2007 01:56 AM|sirmansoor|LINK
Moderated by XIII, split off from an old post for 2 reasons: necroposting and it's better suited in the Tips & Tricks forum:
IE 7.0 supports tooltip for dropdown and its individual items. It means tooltip will appear not only on dropdown through
myDropDownList.Attributes.Add("title", "text")
but also for its items through
myDropDownList.Items[0].Attributes.Add("title", "text").
Check this out
http://www.codeproject.com/useritems/List_Box_Tool_Tip.asp
Regards
Mansoor Sarfraz [:)]
Participant
960 Points
518 Posts
Jul 19, 2007 01:53 AM|Javier Luna|LINK
This is great news.
None
0 Points
3 Posts
How to add a tooltip to a dropdownlist?
Jul 17, 2007 01:56 AM|sirmansoor|LINK
Moderated by XIII, split off from an old post for 2 reasons: necroposting and it's better suited in the Tips & Tricks forum:
IE 7.0 supports tooltip for dropdown and its individual items. It means tooltip will appear not only on dropdown through
myDropDownList.Attributes.Add("title", "text")
but also for its items through
Check this out
http://www.codeproject.com/useritems/List_Box_Tool_Tip.asp
Regards
Mansoor Sarfraz [:)]
Participant
960 Points
518 Posts
Re: How to add a tooltip to a dropdownlist?
Jul 19, 2007 01:53 AM|Javier Luna|LINK
This is great news.