C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / ScrollMode Enumeration

ScrollMode Enumeration
Determines the scrolling mode.
Syntax
'Declaration
 
Public Enum ScrollMode 
   Inherits System.Enum
 
Members
MemberDescription
AutoScrollbars appear automatically depending upon content size.
BothBoth horizontal and vertical scrollbars are active.
HorizontalHorizontal scrollbar is active.
NoneScrolling is not used.
VerticalVertical scrollbar is active.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.ScrollMode

See Also