Hi, I want ti make something like this

I have only been able to make the scroll by faking it with a visual element. I would like to know if there is an easy way to curve the scrollbar and make the text container also curved affecting the position of the paragraphs.
Please help.
I don’t see an easy way to achieve this. One possible way would be to render the scrollview and its content to a render texture (you can configure another PanelSettings with a render target to do this). Then you can apply the “scrollview texture” to a mesh that will warp it.
You’ll probably want to adjust the input so that the curved scrolling knob follows the mouse, you can provide a screentoPanelSpaceFunction method for that matter.