Spread Windows Forms 12.0 Product Documentation
EnableScrollAnimation Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : EnableScrollAnimation Property
Gets or sets whether or not the animation will be performed when scroll or zoom on the drop-down calendar.
Syntax
'Declaration
 
Public Property EnableScrollAnimation As Boolean
'Usage
 
Dim instance As DropDownCalendarInfo
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.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members