Hi Owen
It is possible to include the property DisableNoScroll in HtmlControl.
The appearance is better for small files.
Try adding this to the head of your HTML file:
<head>
<style type="text/css">
Html, body {
Overflow:auto;
}
</style>
</head>
Thank you once again Bazz,
Your code worked well.
Velasquez