continuousKeyboardScroll Property

Summary

Enables support for continuous page scrolling using the keyboard.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerView.prototype, 'continuousKeyboardScroll', 
	get: function(), 
	set: function(value) 
) 
continuousKeyboardScroll: boolean; 

Property Value

true to enable support for continuous page-scrolling using the keyboard; otherwise, false. The default value is true.

Remarks

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)
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.