Determines how the control displays and uses scrollbars.
lt.Controls.ControlScrollMode = {
auto: 0,
hidden: 1,
disabled: 2
}
lt.Controls.ControlScrollMode = {
auto: 0,
hidden: 1,
disabled: 2
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document