ComponentOne FlexGrid for WPF and Silverlight
DeferScrolling Enumeration

C1.WPF.FlexGrid Namespace : DeferScrolling Enumeration
Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.
Syntax
'Declaration
 
Public Enum DeferScrolling 
   Inherits System.Enum
public enum DeferScrolling : 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

Reference

C1.WPF.FlexGrid Namespace