Click or drag to resize

WebViewerControlScrollBarVisibility Property

Gets or sets the visibility of the scrollbars.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ScrollBarVisibility ScrollBarVisibility { get; set; }

Property Value

Type: ScrollBarVisibility
The ScrollBarVisibility indicating the visibility of the scrollbars.

Property Value

Type: ScrollBarVisibility
The visibility of the scrollbars.
Remarks
Defaults to Always.
Caution note Caution
WebViewerControl control is not available for .NET Core.
See Also