You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented the grid inside a ScrollView and it works fine, but when I have a ton of icons and I want to drag one of the last ones to the first place or viceversa, I have to stop every time I reach the end of the scrollview, release the icon, scroll, and continue dragging later.
¿Anyone has encountered a way to automatically scroll up or down when dragging so it isn't necessary to stop halfway through? Something like this but with the grid:
The text was updated successfully, but these errors were encountered:
EzeInverni
changed the title
Drag icons in a long ScrollView
Drag icons in a long ScrollView with autoscroll
Jun 21, 2018
Implemented the grid inside a ScrollView and it works fine, but when I have a ton of icons and I want to drag one of the last ones to the first place or viceversa, I have to stop every time I reach the end of the scrollview, release the icon, scroll, and continue dragging later.
¿Anyone has encountered a way to automatically scroll up or down when dragging so it isn't necessary to stop halfway through? Something like this but with the grid:
The text was updated successfully, but these errors were encountered: