Lines Matching full:on
36 :cpp:expr:`lv_obj_set_scrollbar_mode(widget, LV_SCROLLBAR_MODE_...)` sets the scrollbar mode on a W…
71 (:c:macro:`LV_BASE_DIR_RTL`) the vertical scrollbar will be placed on the left.
73 can be set directly on the :cpp:enumerator:`LV_PART_SCROLLBAR` part of a Widget, or
74 on the Widget's LV_PART_MAIN part, or that of any of its parents, to make a scrollbar
96 Widget's height or width, depending on whether the scrollbar is vertical or horizontal. Any length …
111 triggered on every position change.
154 The propagation on scrolling is called "scroll chaining" and it can be
156 chaining is disabled the propagation stops on the Widget and the
217 Scroll on focus
220 Imagine that there are a lot of Widgets in a group that are on a scrollable
222 be outside the visible area of the scrollable Widget. If the "scroll on
226 Widget will be scrolled into view even if it is on a different page of a
272 …`lv_obj_scroll_to(widget, x, y, animation_enable)` Scroll to given coordinate on Widget.
273 - :cpp:expr:`lv_obj_scroll_to_x(widget, x, animation_enable)` Scroll to X coordinate on…
274 - :cpp:expr:`lv_obj_scroll_to_y(widget, y, animation_enable)` Scroll to Y coordinate on…