Class ScrollViewerScrollingHelper
ScrollViewerScrollingHelper class is used for horizontal scrolling using the mouse wheel.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public static class ScrollViewerScrollingHelper
Fields
IsEnabledProperty
Identifies the IsEnabled attached dependency property.
Declaration
public static readonly DependencyProperty IsEnabledProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetIsEnabled(DependencyObject)
Gets a value that indicates whether ScrollViewerScrollingHelper is enabled.
Declaration
public static bool GetIsEnabled(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetIsEnabled(DependencyObject, Boolean)
Sets a value that indicates whether ScrollViewerScrollingHelper is enabled.
Declaration
public static void SetIsEnabled(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|