Version

DayViewColumnScrolling Enumeration

Determines the UI displayed for scrolling between columns and groups.
Syntax
'Declaration
 
Public Enum DayViewColumnScrolling 
   Inherits System.Enum
public enum DayViewColumnScrolling : System.Enum 
Members
MemberDescription
ColumnsAcrossGroupsA horizontal scrollbar at bottom of dayview to scroll over all logical columns.
ColumnsAndGroupsSeparatelyA horizontal scrollbar at bottom of group to scroll columns within the group and scroll buttons in group headers to scroll between groups.
ColumnsWithinGroupsOnlyA horizontal scrollbar at bottom of group to scroll columns within the group but no UI to scroll between groups.
DefaultSelects suitable approach based on # of groups and # of columns within groups.
GroupScrollbarOnlyA horizontal scrollbar at bottom of dayview which scrolls between groups.
GroupScrollButtonsOnlyScroll buttons in group headers to scroll between groups.
NoneNo UI for scrolling either columns or groups
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