I just tried setting up a scrollbox and noticed that the scroll bar doesn’t show unless there are enough items in the list to overflow the scrollbox size. Do you have enough items in your list that a scrollbox is needed? I found that even though you check on the “always show scrollbar” option it doesn’t appear to work. My scrollbar doesn’t show unless there are lots of items so that the scrollbar height is exceeded.
I knew Super old thread, but there was never an anwser. Okay I just wanted to put my two cents in here. I just had this issue and come to find out that the other items in the widget in order were set to visible and everything in front of that part of the widget (borders, boxes, etc) needed to be set to Hit Test Invisible or Self Hit Test Invisible. Once doing this it worked! I was able to scroll. Even the root itself had to be Self Hit Test Invisible
this is very old thread… but let me tell you solution, just increase the ZOrder value of ScrollBox to 1 so you can actually access on ScrollBox over other things
Hi, all necroposters. I got the same problem today.
A scrollbox is created in billions of kilometers tall, and its low edge is not visible beyond the edge of the screen. Therefore, all objects fit and the scroll does not work. Just add sizeBox and put scrollBox in it. in sizebox, set a limit on the maximum height.
My setup is using a scrollbox in an Editor Utility Widget.
It can work if I set its parent to a fixed size, as suggested above.
However, what I intend is to have it resize automatically when the user resizes the panel window of the utility.
Is that possible? Any suggestions?
Thank you.
Thanks that solved the issue.
I was keeping the list view inside a vertical box and sroll bar wasn’t disp0laying. Once I have putted fill issue is gone.
Thanks again
I know this thread is old old now but I just had this Issue happen to me and none of the other suggestions helped. My solution, turned out a different widget I had created being visible. I went into that widget and changed the behaviour visibility from visible to not hit testable (self only) and was finally able to scroll.