cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to change the size of the scroll bar?

mSH.1
Associate III

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.

0693W00000NrgXoQAJ.png

​thank.

2 REPLIES 2
Osman SOYKURT
ST Employee

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

Osman SOYKURT
ST Software Developer | TouchGFX

hello Oskt

thank you for your reply.

I found the way I wanted with your help.