Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / VerticalScrollBarWidth Property


In This Topic
    VerticalScrollBarWidth Property (GcSpreadSheet)
    In This Topic
    Gets or sets the width of vertical scroll bars in this control.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(18)>
    Public Property VerticalScrollBarWidth As Double
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Double
     
    instance.VerticalScrollBarWidth = value
     
    value = instance.VerticalScrollBarWidth
    [Category("Spread Workbook")]
    [DefaultValue(18)]
    public double VerticalScrollBarWidth {get; set;}
    See Also