C1ScrollHelper Constructor
 
            
                In This Topic
            
            Initializes a new 
C1ScrollHelper.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Windows.UI.Xaml.UIElement, _
   Optional ByVal  As System.Boolean, _
   Optional ByVal  As System.Boolean, _
   Optional ByVal handleMouseWheel As System.Boolean _
)
             
        
            
            public C1ScrollHelper( 
   Windows.UI.Xaml.UIElement ,
   System.bool ,
   System.bool ,
   System.bool handleMouseWheel
)
             
        
             
        
            Parameters
- element
 
- An Windows.UI.Xaml.UIElement on which the zoom gesture will be listened.
 - avoidIfCtrlPressed
 
- Sets whether is required to press Ctrl key in order to start the gesture.
 - continuousScroll
 
- If set to true it will raise intermediate events to perform a continuous scroll, otherwise the events will be raised from native mouse wheel events.
 - handleMouseWheel
 
- Sets whether Handled property of mouse wheel events will be set to true.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also