flet icon indicating copy to clipboard operation
flet copied to clipboard

Proposal: Ability to navigate between items

Open Pablo2m opened this issue 3 years ago • 1 comments

Both in a column, a list or some more complex element it would be interesting to have the possibility of moving the scroll to go forward or backward between what each item contains, I am making a blog reader and in the expanded view it is very useful to scroll with j and k between the different items.

The solution could be from the ability to move the scroll and being able to inspect each item to know the height (or width) of each one of them to something higher level

Pablo2m avatar Oct 11 '22 20:10 Pablo2m

That's absolutely doable in Flutter, thanks for the suggestion!

Implementation details: https://stackoverflow.com/a/49154882/1435891 https://diamantidis.github.io/2021/10/10/exploring-flutter-scrollable-ensurevisible

FeodorFitsner avatar Oct 12 '22 16:10 FeodorFitsner

https://flet.dev/blog/scrolling-controls-and-theming#controlling-scroll-position

FeodorFitsner avatar May 15 '23 16:05 FeodorFitsner