Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / VerticalScrollBarStyle Property


In This Topic
    VerticalScrollBarStyle Property (SpreadView)
    In This Topic
    Gets or sets the vertical scroll bar style.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property VerticalScrollBarStyle As Style
    'Usage
     
    Dim instance As SpreadView
    Dim value As Style
     
    instance.VerticalScrollBarStyle = value
     
    value = instance.VerticalScrollBarStyle
    [DefaultValue("")]
    public Style VerticalScrollBarStyle {get; set;}

    Property Value

    The vertical scroll bar style.
    See Also