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


In This Topic
    ScrollBarTrackPolicy Property (SpreadView)
    In This Topic
    Gets or sets how the control scrolls the sheet when the user moves the scroll box.
    Syntax
    'Declaration
     
    
    Public Property ScrollBarTrackPolicy As ScrollBarTrackPolicy
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As ScrollBarTrackPolicy
     
    instance.ScrollBarTrackPolicy = value
     
    value = instance.ScrollBarTrackPolicy
    public ScrollBarTrackPolicy ScrollBarTrackPolicy {get; set;}
    See Also