Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ScrollViewerTouchBehavior Class
Members

In This Topic
    ScrollViewerTouchBehavior Class
    In This Topic
    Adds touch support to MS ScrollViewer to scroll with the finger over the scrolling area.
    Object Model
    ScrollViewerTouchBehavior Class
    Syntax
    'Declaration
     
    
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ScrollViewerTouchBehavior 
       Inherits System.Windows.FrameworkElement
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ScrollViewerTouchBehavior : System.Windows.FrameworkElement 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      C1.WPF.Core.ScrollViewerTouchBehavior

    See Also