GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoViewScrollBarVisibility Enumeration
In This Topic
    GoViewScrollBarVisibility Enumeration
    In This Topic
    Specifies when a scroll bar should be visible.
    Syntax
    public enum GoViewScrollBarVisibility : System.Enum 
    Members
    MemberDescription
    HideDo not show the scroll bar at any time. See GoView.ShowVerticalScrollBar and GoView.ShowHorizontalScrollBar.
    IfNeededShow the scroll bar if needed, and hide it if not needed. See GoView.ShowVerticalScrollBar and GoView.ShowHorizontalScrollBar.
    ShowAlways show the scroll bar, even if disabled. See GoView.ShowVerticalScrollBar and GoView.ShowHorizontalScrollBar.
    See Also