ScrollBarVisibility Enumeration |
Specifies how the scroll bars are shown in the
Scrollport and inherited control.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic 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 scrollbars.
|
| Always |
Always show scrollbars.
|
See Also