rgb_panel sample
lv_scrollbar_mode_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_scrollbar_mode_t
lv_scrollbar_mode_t enum
Syntax
Show:
Summary
Declaration
from
lv_obj_scroll.h:31
enum
{
LV_SCROLLBAR_MODE_OFF
,
LV_SCROLLBAR_MODE_ON
,
LV_SCROLLBAR_MODE_ACTIVE
,
LV_SCROLLBAR_MODE_AUTO
,
}
;
Values
Value
Declared as
Description
lv_scrollbar_mode_t::LV_SCROLLBAR_MODE_OFF
Never show scrollbars.
lv_scrollbar_mode_t::LV_SCROLLBAR_MODE_ON
Always show scrollbars.
lv_scrollbar_mode_t::LV_SCROLLBAR_MODE_ACTIVE
Show scroll bars when object is being scrolled.
lv_scrollbar_mode_t::LV_SCROLLBAR_MODE_AUTO
Show scroll bars when the content is large enough to be scrolled.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out