Leadtools.Controls Namespace : ControlScrollMode Enumeration |
Leadtools.Controls.ControlScrollMode = function() { };
Leadtools.Controls.ControlScrollMode.prototype = {
auto = 0,
hidden = 1,
disabled = 2,
};
Value | Member | Description |
---|---|---|
0 | auto | 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 | Do not show scrollbars, even if the control requires them/ |
2 | disabled | Disable scrolling, the scrollbars will not be visible nor activated even if the control requires them. |
ControlScrollMode is used with the following members:
For an example, refer to ImageViewer.ScrollMode.