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


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