Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,



I have created a WPF application, in which we are using webbrowser control to view asp.net website which is created according to latest IE-11Edge Mode.


In this website we have multiple dropdown controls. when we click on the dropdown in webbrowser control, its popup container width is less than dropdown width.


Approaches I have tried to resolved this issue;

1. I have added meta tag in asp.net page <meta http-equiv="x-ua-compatible" content="IE=edge" >

2. I have register my WPF application .exe file name in registery on [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION] path with value 11001.

Please check this link, Here I have posted this issue with screenshots.

But unfortunately none of them are working.

Please suggest any solution in this case.



Thanks & Regards,

Ajay Singh
Posted
Updated 7-Oct-15 0:23am
v5
Comments
Richard Deeming 7-Oct-15 10:19am    
Have you tried running your application directly, rather than from within Visual Studio?
Ajay J Singh 7-Oct-15 12:51pm    
Yes, I have tried but still facing issue

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