'Declaration Public Enum ScrollMode Inherits System.Enum
public enum ScrollMode : System.Enum
'Declaration Public Enum ScrollMode Inherits System.Enum
public enum ScrollMode : System.Enum
| Member | Description | 
|---|---|
| Auto | Scrollbars appear automatically depending upon content size. | 
| Both | Both horizontal and vertical scrollbars are active. | 
| Horizontal | Horizontal scrollbar is active. | 
| None | Scrolling is not used. | 
| Vertical | Vertical scrollbar is active. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.ScrollMode