Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ScrollBarMaxAlign Property


In This Topic
    ScrollBarMaxAlign Property (SpreadView)
    In This Topic
    Gets or sets the scroll bar alignment with the last row and column of the spreadsheet in the view.
    Syntax
    'Declaration
     
    
    Public Property ScrollBarMaxAlign As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.ScrollBarMaxAlign = value
     
    value = instance.ScrollBarMaxAlign
    public bool ScrollBarMaxAlign {get; set;}
    See Also