ScrollBarVisibility Enumeration |
Specifies how the scroll bars are shown in the ScrollPort and inherited control.
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 enum ScrollBarVisibility
Public Enumeration ScrollBarVisibility
Members
| Member name | Description |
---|
| Dynamic | Automatically show or hide the horizontal and vertical scrollbars as the control or image resizes.
|
| None | Never show scroll bars. |
| Always | Always show scroll bars. |
See Also