Enables support for continuous page scrolling using the keyboard.
Object.defineProperty(DocumentViewerView.prototype, 'continuousKeyboardScroll',
get: function(),
set: function(value)
)
continuousKeyboardScroll: boolean;
true to enable support for continuous page-scrolling using the keyboard; otherwise, false. The default value is true.
The value of ContinuousKeyboardScroll controls how the document viewer responds to certain keyboard input if normal operations (scrolling) reaches its maximum. An example would be if the user pressed Page Up while focus was already at the top of a page.
Key | Description |
---|---|
Page Up | Go to the previous page |
Page Down | Go to the next page |
Home | Go to the first page |
End | Go to the last page |
Up | Go to the previous page (only for single layout) |
Down | Go to the next page (only for single layout) |
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