ScrollViewerScrollingHelper class is used for horizontal scrolling using the mouse wheel.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public static class ScrollViewerScrollingHelper
Inheritance: objectScrollViewerScrollingHelper
Fields
IsEnabledProperty
DependencyProperty
Identifies the IsEnabled attached dependency property.
C#
public static readonly DependencyProperty IsEnabledProperty
Methods
Gets a value that indicates whether ScrollViewerScrollingHelper is enabled.
C#
public static bool GetIsEnabled(DependencyObject obj)
Sets a value that indicates whether ScrollViewerScrollingHelper is enabled.
C#
public static void SetIsEnabled(DependencyObject obj, bool value)