←Select platform

InertiaScrollOptions Property

Summary

Inertia scroll options used when panning.

Syntax
C#
C++/CLI
public ControlInertiaScrollOptions InertiaScrollOptions { 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.