Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ScrollMode Enumeration


In This Topic
    ScrollMode Enumeration
    In This Topic
    Represents how to scroll the viewport.
    Syntax
    'Declaration
     
    Public Enum ScrollMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As ScrollMode
    public enum ScrollMode : System.Enum 
    Members
    MemberDescription
    CenterScrolls to the position which the anchor cell is in the middle-center of viewport.
    NearestScrolls as minimum as possible to show the anchor cell.
    TopLeftScrolls to the position which the anchor cell is the upper-left cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.ScrollMode

    See Also