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
BubbleUpScrollEventToParentScrollviewerProperty
static
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

Name Value Summary
GetBubbleUpScrollEventToParentScrollviewer(DependencyObject) bool
static
GetEndOfHorizontalScrollReachedCommand(DependencyObject) ICommand
Helper for getting EndOfHorizontalScrollReachedCommandProperty from obj.
static
GetEndOfScrollReachedCommandParameter(DependencyObject) object
Helper for getting EndOfScrollReachedCommandParameterProperty from obj.
static
GetEndOfVerticalScrollReachedCommand(DependencyObject) ICommand
Helper for getting EndOfVerticalScrollReachedCommandProperty from obj.
static
GetIsHorizontalScrollWheelEnabled(UIElement) bool
Helper for getting IsHorizontalScrollWheelEnabledProperty from element.
static
GetVerticalScrollBarOnLeftSide(UIElement) bool
Helper for getting VerticalScrollBarOnLeftSideProperty from element.
static
OnBubbleUpScrollEventToParentScrollviewerPropertyChanged(object, DependencyPropertyChangedEventArgs) void
static
SetBubbleUpScrollEventToParentScrollviewer(DependencyObject, bool) void
static
SetEndOfHorizontalScrollReachedCommand(DependencyObject, ICommand) void
static
SetEndOfScrollReachedCommandParameter(DependencyObject, object) void
static
SetEndOfVerticalScrollReachedCommand(DependencyObject, ICommand) void
static
SetIsHorizontalScrollWheelEnabled(UIElement, bool) void
Helper for setting IsHorizontalScrollWheelEnabledProperty on element.
static
SetVerticalScrollBarOnLeftSide(UIElement, bool) void
Helper for setting VerticalScrollBarOnLeftSideProperty on element.
static