[]
        
(Showing Draft Content)

C1.WPF.ScrollViewerTouchBehavior.SetTouchBehavior

SetTouchBehavior Method

SetTouchBehavior(ScrollViewer, ScrollViewerTouchBehavior)

Sets a touch behavior to a ScrollViewer.

Declaration
public static void SetTouchBehavior(ScrollViewer scrollViewer, ScrollViewerTouchBehavior value)
Public Shared Sub SetTouchBehavior(scrollViewer As ScrollViewer, value As ScrollViewerTouchBehavior)
Parameters
Type Name Description
ScrollViewer scrollViewer

The scroll viewer that will be able to be scrolled with the finger.

ScrollViewerTouchBehavior value

The touch behavior instance.