C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / DeferScrolling Enumeration

DeferScrolling Enumeration
Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.
Syntax
'Declaration
 
Public Enum DeferScrolling 
   Inherits System.Enum
 
Members
MemberDescription
DeferBothDefer scrolling in both directions.
DeferHorizontalDefer scrolling in the horizontal direction.
DeferVerticalDefer scrolling in the vertical direction.
NoneDo not defer scrolling.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.FlexGrid.DeferScrolling

See Also