Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / EnableScrollAnimation Property


In This Topic
    EnableScrollAnimation Property (DropDownCalendar)
    In This Topic
    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 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.
    See Also