scrollType Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'scrollType', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly