Determines how the control displays and uses scrollbars.
public enum ControlScrollMode
Public Enum ControlScrollMode
public enum class ControlScrollMode sealed
Members
0 | Auto |
(0) Auto scrollbars, if the control requires scroll bars they will be visible and active. Only available if the platform supports scrollbars, otherwise, using this value is the same as using ControlScrollMode.Hidden. |
1 | Hidden |
(1) Do not show scrollbars, even if the control requires them/ |
2 | Disabled |
(2) Disable scrolling, the scrollbars will not be visible nor activated even if the control requires them. |
For an example, refer to ImageViewer.ScrollMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET