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.
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