LVGL missing "scroll snap" implementation #3265
Unanswered
red4dj
asked this question in
Component enhancements
Replies: 1 comment
-
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
lvgl
Link to component documentation on our website
https://esphome.io/components/lvgl/widgets?highlight=snappable#lvgl-widget-flags
Describe the enhancement
The ESPHome lvgl docs list a flag as:
The "scroll snap" implementation is missing.
ESPHome should allow setting the
scroll_snap_x
andscroll_snap_y
toNONE
,START
,END
, orCENTER
.LVGL Docs: https://docs.lvgl.io/8.4/overview/scroll.html?highlight=SCROLL_SNAP#snapping
Use cases
The
snappable
flag is unusable without being able to setscroll-snap
on the parent.Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions