I need to display a html string in a WebBrowser control, but it can be of variable length, and isn't the only thing on the screen. So, I need to be able to set the width corresponding to the actual content of the message.
WebBrowser has the property ActualHeight, but that does not produce any results. Additionally, Once it's displayed properly, I don't want it to scroll, as the user can scroll it completely off the screen.
Any ideas?