MahApps.Metro by Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell

<PackageReference Include="MahApps.Metro" Version="2.1.1" />

.NET API 3,425,904 bytes

 ScrollViewerHelper

public static class ScrollViewerHelper

This property can be used to trigger the call to a command when the user reach the end of the horizontal scrollable area.

This property can be used to provide a command parameter to the command called when reaching the end of the vertical or horizontal scrollable area.

This property can be used to trigger the call to a command when the user reach the end of the vertical scrollable area.

Identifies the IsHorizontalScrollWheelEnabled attached property.

Identifies the VerticalScrollBarOnLeftSide attached property. This property can be used to set vertical scrollbar left side from the tabpanel (look at MetroAnimatedSingleRowTabControl)

Helper for getting EndOfHorizontalScrollReachedCommandProperty from obj.

Helper for getting EndOfScrollReachedCommandParameterProperty from obj.

Helper for getting EndOfVerticalScrollReachedCommandProperty from obj.

public static bool GetIsHorizontalScrollWheelEnabled(UIElement element)

Helper for getting IsHorizontalScrollWheelEnabledProperty from element.

public static bool GetVerticalScrollBarOnLeftSide(UIElement element)

Helper for getting VerticalScrollBarOnLeftSideProperty from element.

Helper for setting EndOfHorizontalScrollReachedCommandProperty on obj.

public static void SetEndOfScrollReachedCommandParameter(DependencyObject obj, object value)

Helper for setting EndOfScrollReachedCommandParameterProperty on obj.

Helper for setting EndOfVerticalScrollReachedCommandProperty on obj.

public static void SetIsHorizontalScrollWheelEnabled(UIElement element, bool value)

Helper for setting IsHorizontalScrollWheelEnabledProperty on element.

public static void SetVerticalScrollBarOnLeftSide(UIElement element, bool value)

Helper for setting VerticalScrollBarOnLeftSideProperty on element.