Gets or sets the scroll type that is used when scrolling though the frames using the mouse wheel.
Object.defineProperty(Cell.prototype, 'scrollType',
get: function(),
set: function(value)
)
scrollType: ScrollType;
Value that represents the scroll type that is used when scrolling though the frames using the mouse wheel.
The default value is ScrollType.Normal, which means every scroll will move one frame at a time.
This property is useful if you have a grid layout where you are displaying multiple frames at the same time.
This property only works when you set the frames layout to Grid, refer to Arrangement.
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