TCnWebBrowser.ScrollBarsEnabled Property
Gets or sets a value indicating whether scroll bars are displayed in the TCnWebBrowser control.
published property ScrollBarsEnabled: Boolean read GetScrollBarsEnabled write SetScrollBarsEnabled default True;
Property Value
Type: Boolean
true if scroll bars are displayed in the control; otherwise, false. The default is true.
If the value of this property is true, scroll bars are displayed only when the page content is larger than the browser window.