Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / EnableScrollAnimation Property


In This Topic
    EnableScrollAnimation Property (DropDownCalendarInfo)
    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 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