Version

AllDayEventAreaScrolling Enumeration

Constants which determine whether scroll buttons and/or a scrollbar are displayed within the UltraDayView control's all-day event area.
Syntax
'Declaration
 
Public Enum AllDayEventAreaScrolling 
   Inherits System.Enum
public enum AllDayEventAreaScrolling : System.Enum 
Members
MemberDescription
NoneNo scrollbars or scroll buttons are displayed in the all-day event area.
ScrollBarA vertically oriented scrollbar is displayed within AllDayEventAreaUIElement, which provides access to rows of all-day events which are currently outside the viewable area of the control.
ScrollButtonsVertically oriented scroll buttons are displayed within the AllDayEventAreaDayUIElement, which provide access to rows of all-day events which are currently outside the viewable area of the control.
ScrollButtonsAndScrollBarCombines the 'ScrollButtons' and 'ScrollBar' settings; both scroll buttons and a scrollbar is displayed within the all-day event area.
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