News

Your UI is hosted in a native Windows (WinForms) app using CefSharp (a Chromium wrapper for .NET). When using CefSharp WinForms is a lot faster than WPF. To run C# code for access to the native ...
By default, all components of the same application starts and live in this thread. Every widget-based UI modification goes through a message queue. When you use callbackes like onCreate() or onClick() ...