Scrollbar width

Hi,
Is it possible to change the width of the scrollbar bar?

Thanks
Walter

Hi @wcuter,

It can be set with the following:

lv_obj_set_style_local_size(your_ta, LV_TEXTAREA_PART_SCROLLBAR, LV_STATE_DEFAULT, size_in_px); 

I hope this helps.

Kind Regards,

Pete

1 Like