TreeView for WinForms | ComponentOne
C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / SmoothTransitions Property

In This Topic
    SmoothTransitions Property (C1ScrollBar)
    In This Topic
    Gets or sets a value indicating whether moving from one state to another should be animated.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property SmoothTransitions As Boolean
    [DefaultValue(true)]
    public bool SmoothTransitions {get; set;}
    See Also