Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
event of dropdown list to get the items of dropdown when mouse scroll on items,
i want to get the item of dropdown before selecting the item i.e. when mouse scroll on the items .

my requirements is to get the item name in textbox when we scroll the mouse on items in dropdown.
Posted
Comments
Prasad Khandekar 7-May-13 4:08am    
There is no event available in JavaScript for a drop down list to do this. In HTML5 supported browsers you can use onscroll though.
TorstenH. 7-May-13 7:48am    
Which type of GUI? Swing? AWT? JFace? JS?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900