[]
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; }
Public Property EnableScrollAnimation As Boolean
Type | Description |
---|---|
bool | A bool value, true
if performs animation when scroll or zoom on the drop-down calendar; otherwise false.
|