Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / HorizontalScrollBarHeight Property


In This Topic
    HorizontalScrollBarHeight Property (SpreadView)
    In This Topic
    Gets or sets the height of the horizontal scroll bar.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(18)>
    Public Property HorizontalScrollBarHeight As Double
    'Usage
     
    Dim instance As SpreadView
    Dim value As Double
     
    instance.HorizontalScrollBarHeight = value
     
    value = instance.HorizontalScrollBarHeight
    [DefaultValue(18)]
    public double HorizontalScrollBarHeight {get; set;}

    Property Value

    The height of the horizontal scroll bar.
    See Also