EnableScrollAnimation Property (DropDownCalendarInfo)
Gets or sets whether or not the animation will be performed when scroll or zoom on the drop-down calendar.
public bool EnableScrollAnimation {get; set;}
'Declaration
Public Property EnableScrollAnimation As Boolean
'Usage
Dim instance As DropDownCalendarInfo
Dim value As Boolean
instance.EnableScrollAnimation = value
value = instance.EnableScrollAnimation
Property Value
A
System.Boolean value,
true if performs animation when scroll or zoom on the drop-down calendar; otherwise
false.
Defaule value is
true.