public enum GoViewScrollBarVisibility : System.Enum
public enum GoViewScrollBarVisibility : System.Enum
Member | Description |
---|---|
Hide | Do not show the scroll bar at any time. See GoView.ShowVerticalScrollBar and GoView.ShowHorizontalScrollBar. |
IfNeeded | Show the scroll bar if needed, and hide it if not needed. See GoView.ShowVerticalScrollBar and GoView.ShowHorizontalScrollBar. |
Show | Always show the scroll bar, even if disabled. See GoView.ShowVerticalScrollBar and GoView.ShowHorizontalScrollBar. |