[]
        
(Showing Draft Content)

C1.WPF.C1ScrollHelper

C1ScrollHelper Class

Cross-platform helper for listening to scroll gestures using mouse wheel.

Inheritance
C1ScrollHelper
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1ScrollHelper

Constructors

Name Description
C1ScrollHelper(UIElement, bool, bool, bool)

Initializes a new C1ScrollHelper.

Methods

Name Description
FinalizeHelper()

Detaches all the events handlers.

FinalizeScroll()

Detaches all the events handlers.

Events

Name Description
ScrollCompleted

Occurs after a scroll gesture completed.

ScrollDelta

Occurs while a scroll gesture is performed.

ScrollStarted

Occurs when a scroll gesture started.