Programmatically scroll the chart on a swipe gesture #930
Unanswered
Praveen-Android
asked this question in
Questions
Replies: 1 comment
-
Hello, @Praveen-Android. Just to clarify, do you mean detecting horizontal drag gestures, and then scrolling the chart on pointer up? Or, scrolling the chart together with the pointer, and then snapping? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Sample Usecase
scrollState.animateScroll / scrollState.scroll
)Question
I want to listen in to swipe gesture to perform programmatic scroll (by 3 here) similar to what i am doing with buttons. Searched the documentation but couldn't find any references or may be i missed if there was any. How do i go about intercepting swipe gestures in a graph.
Vico version(s)
2.0.0-alpha.28
UI framework(s)
Jetpack Compose
Beta Was this translation helpful? Give feedback.
All reactions