qskscrollarea
#500
-
When qskscrollarea slides with the mouse, it will move a certain distance with inertia. Can this effect be set up with a function to turn it on and off? |
Beta Was this translation helpful? Give feedback.
Answered by
uwerat
Jan 3, 2025
Replies: 1 comment
-
This distance is the QskPanGestureRecognizer::minDistance(). Unfortunately the gesture recognizer is a private member of QskScrollBox and is not accessible for application code - only the timeout can be modified ( QskScrollBox::setFlickRecognizerTimeout ). TODO ... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hestrro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This distance is the QskPanGestureRecognizer::minDistance().
Unfortunately the gesture recognizer is a private member of QskScrollBox and is not accessible for application code - only the timeout can be modified ( QskScrollBox::setFlickRecognizerTimeout ). TODO ...