'Declaration Public Property EnableScrollAnimation As Boolean
'Usage Dim instance As DropDownCalendar Dim value As Boolean instance.EnableScrollAnimation = value value = instance.EnableScrollAnimation
public bool EnableScrollAnimation {get; set;}
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.