ScrollViewerHelper Class

Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["ScrollViewerHelper"] class Type type-node

Syntax

public static class ScrollViewerHelper

Fields

Name Constant Value Summary
EndOfHorizontalScrollReachedCommandProperty
This property can be used to trigger the call to a command when the user reach the end of the horizontal scrollable area.
static
EndOfScrollReachedCommandParameterProperty
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.
static
EndOfVerticalScrollReachedCommandProperty
This property can be used to trigger the call to a command when the user reach the end of the vertical scrollable area.
static
IsHorizontalScrollWheelEnabledProperty
Identifies the IsHorizontalScrollWheelEnabled attached property.
static
VerticalScrollBarOnLeftSideProperty
Identifies the VerticalScrollBarOnLeftSide attached property. This property can be used to set vertical scrollbar left side from the tabpanel (look at MetroAnimatedSingleRowTabControl)
static

Methods