Lines Matching refs:scrolled

18 The Widget can either be scrolled horizontally or vertically in one
33 - :cpp:enumerator:`LV_SCROLLBAR_MODE_ACTIVE`: Show scroll bars while a Widget is being scrolled
34 …umerator:`LV_SCROLLBAR_MODE_AUTO`: Show scroll bars when the content is large enough to be scrolled
56 scrolled. This allows adding different styles to the Widget that will be effective
57 while it is being scrolled. For example, this code makes the scrollbar blue while
58 the Widget is being scrolled:
148 If a Widget can't be scrolled further (e.g. its content has reached the
150 If the parent can be scrolled in that direction than it will be scrolled
157 parent(s) won't be scrolled.
172 Normally a Widget can't be scrolled past the extremities of its
178 the content can be scrolled inside the Widget. When the Widget is
179 released the content scrolled in it is animated back to the closest valid
192 - :cpp:enumerator:`LV_SCROLL_SNAP_START`: Align the children to the left/top side of a scrolled Wid…
193 - :cpp:enumerator:`LV_SCROLL_SNAP_END`: Align the children to the right/bottom side of a scrolled W…
194 - :cpp:enumerator:`LV_SCROLL_SNAP_CENTER`: Align the children to the center of a scrolled Widget
226 Widget will be scrolled into view even if it is on a different page of a
253 printf("%d pixels are scrolled above top edge of display.\n", scroll_value);
261 - :cpp:expr:`lv_obj_get_scroll_x(widget)` Pixels scrolled past left edge of Widget's view wind…
262 - :cpp:expr:`lv_obj_get_scroll_y(widget)` Pixels scrolled past top of Widget's view window.
264 - :cpp:expr:`lv_obj_get_scroll_bottom(widget)` Pixels scrolled past bottom of Widget's view window.
266 - :cpp:expr:`lv_obj_get_scroll_right(widget)` Pixels scrolled past right edge of Widget's view win…