Lvgl Flag
Entries
Add focused state to the object when clicked.
Make the object scrollable.
Allow scrolling inside but with slower speed.
Make the object scroll further when thrown.
Allow scrolling only one snapable children.
Allow propagating the horizontal scroll to a parent.
Allow propagating the vertical scroll to a parent.
Allow propagating the scroll to a parent.
Automatically scroll object to make it visible when focused.
Allow scrolling the focused object with arrow keys.
Keep the object pressed even if the press slid from the object.
Propagate the events to the parent too.
Propagate the gestures to the parent.
Allow performing more accurate hit (click) test. For example, consider rounded corners.
Make the object position-able by the layouts.
Do not clip the children's content to the parent's boundary.