HtmlControl

Started by velasquez, April 01, 2009, 10:51:26 AM

Previous topic - Next topic

velasquez

Hi Owen 
It is possible to include the property DisableNoScroll in HtmlControl. 
The appearance is better for small files.

BazzaCAD

Try adding this to the head of your HTML file:



<head>
<style type="text/css">
Html, body {
Overflow:auto;
}
</style>
</head>

a.k.a.
Barry Ralphs
barryDOTralphsATgmailDOTcom

velasquez

Thank you once again Bazz, 
Your code worked well.

Velasquez