ScrollViewerHelper.

SetEndOfHorizontalScrollReachedCommand(DependencyObject, ICommand) Method

Summary

Namespace
MahApps.Metro.Controls
Containing Type
ScrollViewerHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ScrollViewer))]
[AttachedPropertyBrowsableForType(typeof(ItemsControl))]
public static void SetEndOfHorizontalScrollReachedCommand(DependencyObject obj, ICommand value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject DependencyObject to set EndOfHorizontalScrollReachedCommandProperty on.
value ICommand EndOfHorizontalScrollReachedCommand property value.

Return Value

Type Description
void