2022-06-12 05:25 PM
hello
Is it possible to change the size of the scroll bar?
I'm using a "scrollable container".
In TouchGFX Designer, the color of the scrollerbar can be changed, but the size cannot be changed.
I would like to know how to change the size of the scrollerbar.
thank.
2022-06-13 04:46 AM
Hello mSH.1,
Yes, you can change the size of your scrollbar with this function :
void setScrollbarWidth(uint8_t width);
Here's the api of a ScrollableContainer.
/Osman
2022-06-13 05:56 AM
hello Oskt
thank you for your reply.
I found the way I wanted with your help.