Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ScrollBarTrackPolicy Property


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