ScrollViewerHelper.

SetIsHorizontalScrollWheelEnabled(UIElement, bool) Method

Summary

Helper for setting IsHorizontalScrollWheelEnabledProperty on element.
Namespace
MahApps.Metro.Controls
Containing Type
ScrollViewerHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(UIElement))]
public static void SetIsHorizontalScrollWheelEnabled(UIElement element, bool value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set IsHorizontalScrollWheelEnabledProperty on.
value bool IsHorizontalScrollWheelEnabled property value.

Return Value

Type Description
void