Error processing SSI file
(Leadtools.Controls)

Show in webframe

ControlScrollMode Enumeration




Determines how the control displays and uses scrollbars.
Syntax
public enum ControlScrollMode : System.Enum 
'Declaration
 
Public Enum ControlScrollMode 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000Auto 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.
0x00000001Hidden Do not show scrollbars, even if the control requires them/
0x00000002Disabled 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ControlScrollMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file