Lines Matching refs:be
15 Any Widget can be scrollable including :ref:`base_widget`, ``lv_image``,
18 The Widget can either be scrolled horizontally or vertically in one
34 - :cpp:enumerator:`LV_SCROLLBAR_MODE_AUTO`: Show scroll bars when the content is large enough to be…
56 scrolled. This allows adding different styles to the Widget that will be effective
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
79 If `length` is not set or left at `0` the scrollbar's length will be set automatically according to…
108 descriptor that can be modified if required.
130 The direction in which scrolling happens can be controlled by
133 The following values can be used for the direction:
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
154 The propagation on scrolling is called "scroll chaining" and it can be
157 parent(s) won't be scrolled.
166 Scroll momentum can be enabled/disabled with the
172 Normally a Widget can't be scrolled past the extremities of its
173 content. That is, the top side of the content can't be below the top side
178 the content can be scrolled inside the Widget. When the Widget is
185 The children of a Widget can be snapped according to specific rules
186 when scrolling ends. Children can be made snappable individually with
215 This feature can be enabled by the :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_ONE` flag.
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
259 Scroll coordinates can be retrieved from different axes with these functions:
268 Setting scroll position can be done with these functions:
284 this parameter but if a custom widget is created it might be useful.
304 /* If x or y < 0 then it doesn't need to be calculated now. */