WinForms HTML visualizing controls comparison
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 开发者_JAVA百科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.
I had a similar issue with trying to fin a suitable control for editing HTML in a winforms app.
After evaluating half a dozen or so, I settled on PinEdit http://www.pintexx.com/
精彩评论