Cefsharp cannot display when use UserControl #3756
congthien77
started this conversation in
General
Replies: 1 comment 5 replies
-
The main WPF example uses a UserControl, there are no special requirements. https://github.com/cefsharp/CefSharp/blob/cefsharp/92/CefSharp.Wpf.Example/Views/BrowserTabView.xaml You'll need to provide an example that reproduces the problem |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use C# Wpf to build my application
I add CefSharp to the UserControl, load the html file to display the content. However, the content of the html file is not displayed, even though the data is fully loaded
When loading a web page into UserControl through CefSharp, the web page is displayed
When I replace UserControl with Window, the html file content is displayed
Is there any special setting for CefSharp to display html files on UserControl?
Beta Was this translation helpful? Give feedback.
All reactions