Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollableStackPanel Class / ScrollDelayHover Property

In This Topic
    ScrollDelayHover Property
    In This Topic
    Gets or sets the time before buttons start firing when the mouse hovers over them (even without pressing them)
    Syntax
    'Declaration
     
    
    Public Property ScrollDelayHover As Integer
    public int ScrollDelayHover {get; set;}
    Remarks
    Set to zero or any negative value to disable the hover scroll feature.
    See Also