Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ShowVerticalScroll Property


In This Topic
    ShowVerticalScroll Property (IWorkbook)
    In This Topic
    Specifies a boolean value that indicates whether to display the vertical scroll bar in the user interface.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Property ShowVerticalScroll As Boolean
    'Usage
     
    Dim instance As IWorkbook
    Dim value As Boolean
     
    instance.ShowVerticalScroll = value
     
    value = instance.ShowVerticalScroll
    [DefaultValue(true)]
    bool ShowVerticalScroll {get; set;}

    Property Value

    A value of true or false indicates the vertical scrollbar shall not be shown.
    See Also