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


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

    Property Value

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