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


In This Topic
    VerticalScrollBarPolicy Property (SpreadView)
    In This Topic
    Gets or sets when to display the vertical scroll bars in the view.
    Syntax
    'Declaration
     
    
    Public Property VerticalScrollBarPolicy As ScrollBarPolicy
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As ScrollBarPolicy
     
    instance.VerticalScrollBarPolicy = value
     
    value = instance.VerticalScrollBarPolicy
    public ScrollBarPolicy VerticalScrollBarPolicy {get; set;}
    See Also