Contains attached behavior for enabling mouse wheel scrolling for ScrollViewer controls.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public static class ScrollViewerExtensions
Inheritance: objectScrollViewerExtensions
Fields
AttachedHorizontalScrollBarProperty
DependencyProperty
DependencyProperty identifying the AttachedHorizontalScrollBar attached property.
public static readonly DependencyProperty AttachedHorizontalScrollBarProperty
AttachedVerticalScrollBarProperty
DependencyProperty
DependencyProperty identifying the AttachedVerticalScrollBar attached property.
public static readonly DependencyProperty AttachedVerticalScrollBarProperty
Methods
Sets the attached external Horizontal ScrollBar to a ScrollViewer.
public static ScrollBar GetAttachedHorizontalScrollBar(DependencyObject obj)
The ScrollViewer.
Returns:ScrollBar
The ScrollBar instance.
Sets the attached external Vertical ScrollBar to a ScrollViewer.
public static ScrollBar GetAttachedVerticalScrollBar(DependencyObject obj)
The ScrollViewer.
Returns:ScrollBar
The ScrollBar instance.
Gets the attached external Horizontal ScrollBar to a ScrollViewer.
public static void SetAttachedHorizontalScrollBar(DependencyObject obj, ScrollBar value)
The ScrollViewer.
valueScrollBarThe ScrollBar instance.
Gets the attached external Vertical ScrollBar to a ScrollViewer.
public static void SetAttachedVerticalScrollBar(DependencyObject obj, ScrollBar value)
The ScrollViewer.
valueScrollBarThe ScrollBar instance.