Gets or sets whether or not the animation will be performed when scroll or zoom on the drop-down calendar.
Declaration
public bool EnableScrollAnimation { get; set; }
Public Property EnableScrollAnimation As Boolean
Property Value
Type |
Description |
bool |
A bool value, true
if performs animation when scroll or zoom on the drop-down calendar; otherwise false.
Defaule value is true.
|