R – Hosting browser in WPF

.netbrowserwpf

Is it possible to host any other web browser beside IE in WPF desktop application?

Edit:

If yes, how?

Best Solution

There is a WPF control available for hosting an instance of Google's Chrome browser: http://chriscavanagh.wordpress.com/2009/08/25/wpf-chromium-webbrowser-source-code/