GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuVieware Class / ScrollBars Property

In This Topic
ScrollBars Property (DocuVieware)
In This Topic
Specifies whether scrollbars can be displayed or not within the viewer.
Syntax
'Declaration
 
Public Property ScrollBars As Boolean
public bool ScrollBars {get; set;}
Remarks
If true, scrollbars appears when the area to render is larger than the control. Default value is True.
See Also