GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ShowVerticalScrollBar Property
In This Topic
    ShowVerticalScrollBar Property
    In This Topic
    Gets or sets the visibility policy for the vertical scroll bar.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The visibility policy for the vertical scroll bar.")]
    public virtual GoViewScrollBarVisibility ShowVerticalScrollBar {get; set;}

    Property Value

    The default value is GoViewScrollBarVisibility.IfNeeded.
    See Also