Sets the current scroll mode.
public void setScroll( int scrollMode )
scrollMode
The desired scrolling mode. This can be:
DhScrollBars.AUTO, indicating that the browser determines scrolling.
DhScrollBars.YES, indicating that scrolling is enabled.
DhScrollBars.NO, indicating that scrolling is disabled.
See Also DhScrollBars, getScroll