Hi,
I have a scrollbar with stylesheet which removes the arrow but I would have the same scrollbar like that one :
https://answers.unrealengine.com/sto...586-gizmo2.png
You can see the scrollbar on the bottom right.
Since that needs 2 image : background + handle, stylesheet can't be used since background-image is not supported on the scrollbar.
Is it possible to bypass the scrollbar of the stylesheet to have a custom scrollbar everywhere ?
I have read QStyle should be used in case like that, is it true ? What is the best way to have the good result ?
Thanks for the help