'Declaration Public Enum DayViewColumnScrolling Inherits System.Enum
public enum DayViewColumnScrolling : System.Enum
Member | Description |
---|---|
ColumnsAcrossGroups | A horizontal scrollbar at bottom of dayview to scroll over all logical columns. |
ColumnsAndGroupsSeparately | A horizontal scrollbar at bottom of group to scroll columns within the group and scroll buttons in group headers to scroll between groups. |
ColumnsWithinGroupsOnly | A horizontal scrollbar at bottom of group to scroll columns within the group but no UI to scroll between groups. |
Default | Selects suitable approach based on # of groups and # of columns within groups. |
GroupScrollbarOnly | A horizontal scrollbar at bottom of dayview which scrolls between groups. |
GroupScrollButtonsOnly | Scroll buttons in group headers to scroll between groups. |
None | No UI for scrolling either columns or groups |
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