←Select platform

Stop Property

Summary

Indicates that the inertia scroll should end.

Syntax
C#
VB
C++
public bool Stop { get; set; } 
Public Property [Stop]() As Boolean 
   Get 
   Set 
public:  
   property bool Stop 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

If true, the inertia scroll will end after the ControlInertiaScrollOptions.CalculateInertia returns. The default value is false.

Remarks

Stop must be set to true to end the inertia scroll. Otherwise, the inertia scrolling callback may be called indefinitely.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly