Window application size get changes when open the CefSharp implemented form open #4373
abhijeetkoratkar
started this conversation in
General
Replies: 2 comments 7 replies
-
Please provide more information, a screenshot of the resulting behaviour would likely be helpful. What |
Beta Was this translation helpful? Give feedback.
6 replies
-
Should a child form with embedded CefSharp browser affect/reset the parent application DPI unawareness/awareness in the first place? Remember that some Windows (particularly servers) versions offer a bitmap scaling to handle non-DPI aware application. What seems to be happening with the original poster's application is that CefSharp is overriding the bitmap scaling. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having very strange issue with the CefSharp chromium browser implementation under c# window application. We have maximized MDI form and when we open another form as a popup window form which contains the chromium Browser the text size of text changes to smaller and screen size of the window application changes to smaller. Please let me know if anyone has already faced this issue and solution for this?
Beta Was this translation helpful? Give feedback.
All reactions