Vertical Scrollbar Thumb -> FixedHeight [SOLVED]

Hiyas!

I have the following scroll bar:

_scrollViewVector = GUILayout.BeginScrollView(_scrollViewVector, false, true, GUILayout.Width(120), GUILayout.Height(125));

When I try to use a fixed height for the thumb, the scale of movement inside the scroll bar is broken. Is there a way around this?

Cheers,

Alia

183133--6503--$sb_fixed_274.png

Unset the fixed height and use negative padding for Top and Bottom.

shudder

works though