Northwoods.Go Assembly > Northwoods.Go Namespace : GoViewScrollBarVisibility Enumeration |
'Declaration Public Enum GoViewScrollBarVisibility Inherits 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. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.GoViewScrollBarVisibility
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2