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