Lines Matching full:on
19 `lv_obj_set_scrollbar_mode(obj, LV_SCROLLBAR_MODE_...)` sets the scrollbar mode on an object.
46 …e `LV_PART_SCROLLBAR` is RTL (`LV_BASE_DIR_RTL`) the vertical scrollbar will be placed on the left.
47 Note that, the `base_dir` style property is inherited. Therefore, it can be set directly on the `LV…
48 or on the object's or any parent's main part to make a scrollbar inherit the base direction.
56 - `LV_EVENT_SCROLL` Scroll happened. Triggered on every position change.
90 The propagation on scrolling is called "scroll chaining" and it can be enabled/disabled with `LV_OB…
91 If chaining is disabled the propagation stops on the object and the parent(s) won't be scrolled.
127 ### Scroll on focus
128 Imagine that there a lot of objects in a group that are on a scrollable object. Pressing the "Tab" …
129 If the "scroll on focus" feature is enabled LVGL will automatically scroll objects to bring their c…
131 The object will be scrolled into view even if it's on a different page of a tabview.
148 printf("%d pixels are scrolled out on the top\n", scroll_value);