Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / ShowVerticalScroll Property


In This Topic
    ShowVerticalScroll Property (GcSpreadSheet)
    In This Topic
    Gets or sets a boolean value that indicates whether to display the vertical scroll bar in the user interface.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Workbook")>
    Public Property ShowVerticalScroll As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.ShowVerticalScroll = value
     
    value = instance.ShowVerticalScroll
    [Bindable(true)]
    [Category("Workbook")]
    public bool ShowVerticalScroll {get; set;}
    Remarks
    A value of true or false indicates that the vertical scrollbar shall not be shown.
    See Also