slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.1k stars 576 forks source link

Reciepe: Scroll view autoscroll #5273

Open ChrisChinchilla opened 4 months ago

ChrisChinchilla commented 4 months ago

I think the recipes could be improved by adding more bite-sized example of common patterns. For instance: at this point, I struggle to figure out how to "auto-scroll" a scroll view when new messages are pushed in my chat app

asuper0 commented 4 months ago

You can set value to viewport-y property to scroll, however, I don't know the value range of it.