GoDiagram Win Reference
GoViewScrollBarVisibility Enumeration

Specifies when a scroll bar should be visible.
Syntax
'Declaration
 
Public Enum GoViewScrollBarVisibility 
   Inherits System.Enum
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.Go.GoViewScrollBarVisibility

Requirements

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

See Also

Reference

Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback