Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / VerticalScrollable Property


In This Topic
    VerticalScrollable Property
    In This Topic
    Gets or sets a value that indicates whether the vertical scroll bar is scrollable.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property VerticalScrollable As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.VerticalScrollable = value
     
    value = instance.VerticalScrollable
    [DefaultValue(true)]
    public bool VerticalScrollable {get; set;}

    Property Value

    true if the vertical scroll bar is scrollable; otherwise, false.
    See Also