ScrollType Enumeration

Summary

Describes the scroll type and how the to handle scrolling though a grid layout of frames when using the mouse wheel.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.ScrollType = { 
	none: 0, 
	normal: 1, 
	row: 2, 
	column: 3, 
	page: 4 
} 
lt.Controls.Medical.ScrollType = { 
	none: 0, 
	normal: 1, 
	row: 2, 
	column: 3, 
	page: 4 
} 

Members

0 None

None

1 Normal

Normal, when you scroll the grid, it will scroll one item to the left or right depending the wheel scroll direction.

2 Row

By Row, when you scroll the grid an entire row will scroll up or down depending the wheel scroll direction.

3 Column

By Column, when you scroll the grid an entire column will scroll left or right depending the wheel scroll direction.

4 Page

By Page, when you scroll the grid the entire grid will scroll up or down depending the wheel scroll direction.

Remarks

This is used for ScrollType.

To change the layout ,refer to GridLayout.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly