Lines Matching refs:scrollbar
13 scrollable and scrollbar(s) will appear. That's it.
28 Scrollbars are displayed according to the configured ``scrollbar-mode``. The
36 :cpp:expr:`lv_obj_set_scrollbar_mode(widget, LV_SCROLLBAR_MODE_...)` sets the scrollbar mode on a W…
42 :cpp:enumerator:`LV_PART_SCROLLBAR`. For example, a scrollbar can turn to red like
57 while it is being scrolled. For example, this code makes the scrollbar blue while
71 (:c:macro:`LV_BASE_DIR_RTL`) the vertical scrollbar will be placed on the left.
74 on the Widget's LV_PART_MAIN part, or that of any of its parents, to make a scrollbar
78 ``width`` sets the scrollbar's width and ``length`` sets the scrollbar's length:
79 If `length` is not set or left at `0` the scrollbar's length will be set automatically according to…
95 The minimum length of the scrollbar is fixed to 10, while its maximum length is limited by the
96 Widget's height or width, depending on whether the scrollbar is vertical or horizontal. Any length …