Version

TimelineViewOwnerScrollBarVisibility Enumeration

Determines whether a vertical scrollbar is shown, with which the user can move Owners in and out of the viewable area of the control.
Syntax
'Declaration
 
Public Enum TimelineViewOwnerScrollBarVisibility 
   Inherits System.Enum
public enum TimelineViewOwnerScrollBarVisibility : System.Enum 
Members
MemberDescription
HideNo vertical scrollbar is shown. The user is not necessarily prevented from navigating among the visible owners, but can only do so via keyboard actions, or by drag scrolling.
ShowAlwaysA vertical scrollbar is always shown. When all owners are currently within the viewable area of the control, the scrollbar is disabled.
ShowOnlyWhenNeededA vertical scrollbar is shown when the value of the OwnersInView property returns a value that is greater than the number of elements in the VisibleOwners collection.
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