Is it possible to change the size of the scroll bar?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-12 5: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.
Labels:
- Labels:
-
TouchGFX
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-13 4: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
Osman SOYKURT
ST Software Developer | TouchGFX
ST Software Developer | TouchGFX
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-13 5:56 AM
hello Oskt
thank you for your reply.
I found the way I wanted with your help.
