Document Viewer upgrade

I’m making a context sensitive help system. When the user hits “F1” the system should open an HTML formatted help window based on the current window. The problem is that the document viewer wants a URL to populate the data.

The feature request is to be able to modify the document viewer’s content as a bindable property so that I could store the help files in an SQL database.

As of 1.5.6, the document viewer has an expert property called Text that you can bind to whatever you want. Note that if you want it to be rendered with HTML formatting, you will need to set the Content Type property to ‘text/html

Hope this helps,