FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / DeferScrolling Enumeration

In This Topic
    DeferScrolling Enumeration
    In This Topic
    Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum DeferScrolling 
       Inherits System.Enum
    [Flags()]
    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