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


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