Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ControlScrollMode Enumeration

Show in webframe
Determines how the control displays and uses scrollbars.
Syntax
Leadtools.Controls.ControlScrollMode = function() { };
Leadtools.Controls.ControlScrollMode.prototype = {
	auto = 0,
	hidden = 1,
	disabled = 2,
	
 };
Members
ValueMemberDescription
0auto 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.
1hidden Do not show scrollbars, even if the control requires them/
2disabled 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.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file