Saturday, November 1, 2008

Preventing Horizontal Scrollbar in Browser

This is another simple solution that can be done using HTML/CSS. If you want to force the WebBrowser control to wrap the page contents so that the horizontal scrollbar never appears, you can do it by adding the style "word-wrap: break-word;" to your BODY tag.

No comments: