Version

TimelineViewActivityScrollButtonVisibility Enumeration

Constants which define whether scroll buttons are displayed within the ActivityAreaUIElement which allow the user to scroll activities which are not currently within the viewable area into view.
Syntax
'Declaration
 
Public Enum TimelineViewActivityScrollButtonVisibility 
   Inherits System.Enum
public enum TimelineViewActivityScrollButtonVisibility : System.Enum 
Members
MemberDescription
HideNo scroll buttons are displayed.
ShowScroll buttons are displayed when the currently visible date range contains activity (i.e., appointments and/or holidays) that are not able to be displayed due to the current height of the ActivityAreaUIElement.
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