Search code examples
c#wpffirefoxbrowsergecko

Embed Firefox/Gecko in WPF/C#


I want to embed the current Gecko in my WPF-Project. I know there is the possibility with the Winforms-Host and the Skybound-Gecko-Library.

But I do not use the standard wpf-theme for my application. It is another and the scrollbar of the control will not be styled. Furthermore, this is an old library which is designed for Firefox 3.

Which is the best library/strategy to use the current Gecko in WPF?


Solution

  • You should have a look at these options, they all use Chromium:

    paid: (Awesomium-based)

    free: (Chrome Embedded Framework-based)