[]
Cross-platform helper for listening to scroll gestures using mouse wheel.
public class C1ScrollHelper
Name | Description |
---|---|
C1ScrollHelper(UIElement, bool, bool, bool) | Initializes a new C1ScrollHelper. |
Name | Description |
---|---|
FinalizeHelper() | Detaches all the events handlers. |
FinalizeScroll() | Detaches all the events handlers. |
Name | Description |
---|---|
ScrollCompleted | Occurs after a scroll gesture completed. |
ScrollDelta | Occurs while a scroll gesture is performed. |
ScrollStarted | Occurs when a scroll gesture started. |