Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ControlScrollMode Enumeration |
public enum ControlScrollMode : System.Enum
'Declaration
Public Enum ControlScrollMode Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | 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. |
0x00000001 | Hidden | Do not show scrollbars, even if the control requires them/ |
0x00000002 | 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.
System.Object
System.ValueType
System.Enum
Leadtools.Controls.ControlScrollMode