ControlScrollMode Enumeration

Summary

Determines how the control displays and uses scrollbars.

Syntax
TypeScript
JavaScript
lt.Controls.ControlScrollMode = { 
	auto: 0, 
	hidden: 1, 
	disabled: 2 
} 
lt.Controls.ControlScrollMode = { 
	auto: 0, 
	hidden: 1, 
	disabled: 2 
} 

Members

0 Auto

(0) Auto scrollbars, if the control requires scroll bars they will be visible and active. Only available if the platform supports scrollbars, otherwise, using this value is the same as using ControlScrollMode.Hidden.

1 Hidden

(1) Do not show scrollbars, even if the control requires them/

2 Disabled

(2) Disable scrolling, the scrollbars will not be visible nor activated even if the control requires them.

Remarks

ControlScrollMode is used with the following members:

Example

For an example, refer to ImageViewer.ScrollMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

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

Leadtools.Controls Assembly