Version

Scrollbar Enumeration

Determines if a scrollbar will be shown.
Syntax
'Declaration
 
Public Enum Scrollbar 
   Inherits System.Enum
public enum Scrollbar : System.Enum 
Members
MemberDescription
DefaultDefault. Resolves to the appropriate setting based on the UltraTree.DisplayStyle and ViewStyle.
HideDo not show the scroll bars.
ShowAlways show the scroll bars.
ShowIfNeededShow scrollbars only when needed.
ShowVerticalShow the vertical scrollbar only (no horizontal scrollbar).
ShowVerticalIfNeededShow the vertical scrollbar only when needed (no horizontal scrollbar).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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