←Select platform

InertiaScrollOptions Property

Summary

Inertia scroll options used when panning.

Syntax

C#
VB
C++
public ControlInertiaScrollOptions InertiaScrollOptions { get; set; } 
Public Property InertiaScrollOptions() As ControlInertiaScrollOptions 
   Get 
   Set 
public:  
   property ControlInertiaScrollOptions^ InertiaScrollOptions 
   { 
      ControlInertiaScrollOptions^ get() 
      void set(ControlInertiaScrollOptions^ value) 
   } 

Property Value

The inertia scroll options used when panning. Default value is "disabled".

Remarks

Use the following code to enable inertia when panning using this mode:

ControlInertiaScrollOptions options = mode.InertiaScrollOptions; 
options.IsEnabled = true; 
mode.InertiaScrollOptions = options; 

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly