How to set Scrollbar Thickness < 8.0f?

I found the same question in the forum:How to set Scrollbar Thickness < 5.0f?
But unfortunately I see it has not been resolved, and I found that the minimum thickness is not 5, but 8. So, does anyone have a clue? How should I set the minimum thickness?

You can simply go to Style → Bar Style, set Image Size for “Vertical Top Slot Image” and “Vertical Bottom Slot Image” to 0 in “X” for both. Then you can set the thickness to any small value.

Alternatively, you can set a material for the Thumbs image. Inside the material, you can use opacity + UV to reduce the visible part (e.g. hide parts of the material where UV.x < 0.2 or UV.x > 0.8).