lvgl / docs_old

DEPRECATED: Documentation for LVGL is now located in the main repository: https://github.com/lvgl/lvgl
https://docs.lvgl.io/
42 stars 72 forks source link

how to change the style of the scrollbar of list widget? #165

Closed armembedded closed 3 years ago

armembedded commented 3 years ago

l am using a listview widget in my design and I am going to change the color of the scrollbar?

how can I do that?

embeddedt commented 3 years ago

Apply the appropriate styles (probably bg_color) to LV_LIST_PART_SCRLBAR.


We use GitHub issues for development related discussions. Please use the forum to ask questions.

It's possible to sign in to the forum with your GitHub account... you don't need to make a separate account.