Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ScrollBarShowMax Property


In This Topic
    ScrollBarShowMax Property (FpSpread)
    In This Topic
    Gets or sets whether the displayed scroll bars are based on the entire number of columns and rows in the sheet.
    Syntax
    'Declaration
     
    
    Public Property ScrollBarShowMax As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.ScrollBarShowMax = value
     
    value = instance.ScrollBarShowMax
    public bool ScrollBarShowMax {get; set;}
    See Also