New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:objDependencyObjectReturns:

bool

Sets a value that indicates whether ScrollViewerScrollingHelper is enabled.

C#
public static void SetIsEnabled(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool