flexn-io / create

Build apps for web, TVs, desktops, consoles, wearables and more. Developer friendly UI library targeting all form factors platforms. Another notable feature is providing focus management for TVs which very easy to implement using Create.
https://create.flexn.org
MIT License
26 stars 6 forks source link

Feat/move viewport top top #98

Closed aurimasmi closed 1 year ago

aurimasmi commented 1 year ago

Moving up and down ScrollView is respecting viewport offset which can be provided as a configuration property. But when we're reaching very first elements in the scrollview we want to scroll to the top of ScrollView and move our viewport to initial position.

Before: CleanShot2023-06-07at11 32 35

After: CleanShot2023-06-07at11 31 43