oleksandrbalan / lazytable

Lazy layout to display columns and rows of data on the two directional plane.
Apache License 2.0
261 stars 12 forks source link

Add overscroll feature #24

Open leinardi opened 4 months ago

leinardi commented 4 months ago

It would be nice to let the user know when it is not possible to scroll on a certain direction and the usual pattern for this use case is the overscroll:

image

Currently there is no indication that the scroll gesture cannot be performed anymore when you reach the of a list on any direction.