i have a WPF webbrowser application which loads the webpage containing a html listbox. On click of the listbox i want to open another wpf window instead of listbox own dropdown. However i am not able to prevent the html select own dropdown to open. i cannot remove the listbox from webpage because of backward compatibility constraints. Is there any way (in javascript) to prevent the html listbox own dropdown to open (disabling the listbox doesn't help)?