When I set the html directly through htmlViewer.HtmlCode the scroll bars don't appear, but if I navigate to a website, the scroll bars appears.
Is there any workaround for this?
cheers.
Hello Valeriano,
You are right. When you use the HtmlCode property the html content is embeded in a DIV html element.
When you use SourceUri the html content is embeded in an IFRAME html element which has a scroll bar.
That behavior will be changed in our next release and the html content will always be embeded in an IFRAME.
Regards,
Doychin Dochev
Hi,
is there any workaround for this?