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