scrollType Property

Summary

Gets or sets the scroll type that is used when scrolling though the frames using the mouse wheel.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'scrollType', 
	get: function(), 
	set: function(value) 
) 
scrollType: ScrollType; 

Property Value

Value that represents the scroll type that is used when scrolling though the frames using the mouse wheel.

Remarks

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.

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.Controls.Medical Assembly

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