Using same instance of CefSharp browser across all view models in MVVM architecture #4688
-
Hi, I'm trying to use this There's a discussion thread here but I'm not been able to follow :( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As I've discussed in #3609 you probably cannot set this in the |
Beta Was this translation helpful? Give feedback.
As I've discussed in #3609 you probably cannot set this in the
ViewModel
. You'll need to set it in theView
, code behind is one option, or create your own class inheriting fromChromiumWebBrowser
as I've suggested above.