WinForms HTML visualizing controls comparison
- by DarkDeny
Hello all!
I am working on some project which requires some HTML visualizing control (WinForms).
Currently I am aware only of two such a controls:
AxWebBrowser (as far as I understand this is IE-based ActiveX control for winforms)
Nabu HTMLView (open source library with visualizing capabilities).
Are there any other choices? What are their cons and pros?
How configurable they are? For example I want to disable navigation and scripts, hook onto loading methods to override resources loading and so on.