Version

ActivityScrollButtonVisibility Property

Returns or sets a value indicating 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 Property ActivityScrollButtonVisibility As TimelineViewActivityScrollButtonVisibility
public TimelineViewActivityScrollButtonVisibility ActivityScrollButtonVisibility {get; set;}
Remarks

When the amount of vertical space available in which to display appointments and holidays is less than that required to display all of the visible activity for the currently visible date/time range, up/down facing triangular buttons appear within the ActivityAreaUIElement. These buttons provide a way for the user to scroll non-visible activity into the viewable area.

The size of the buttons defaults to (12 x 12). This can be changed for all UltraTimelineView instances by directly setting the static ElementSize member.

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