Skip to main content
Zui
Senior
June 19, 2019
Question

Any way to modify graphics for a scrollable container's scrollbar?

  • June 19, 2019
  • 1 reply
  • 714 views

As title say, i need to modify the appearance of a scrollbar, any way to do that?

Thanks

Stefano

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
June 19, 2019

There's no immediate way to style the scrollbar. Maybe you're already aware, but you have the source code for the ScrollableContainer (e.g. touchgfx/containers/ScrollableContainer.hpp).

/Martin