How can I display scrollbars for a custom HTML control?
I used the WebSDK PDF help file to create an HTML control with 2-way communication with the browser. Works fine.
My problem is that the displayed HTML, one of several controls on the page, has no scrollbars and I can’t find any documentation that explains how to make them appear. I expected them to appear automatically when the HTML contents exceeded the size of the HTML area - but that doesn’t happen - so most of the HTML text is hidden from the user.
Any suggestions?