List View Scroll Bar is Invisible

Hey,
I was working with a list view and I am finding it difficult to have a scroll bar for a vertical list. I had another list view with a horizontal orientation, and it would automatically have a scroll bar as soon as elements would go out of bounds.

However, this somehow does not work for a vertical list. Whenever I change “Num Designer Preview Entries”, a scroll bar appears for a split second and goes away. The listview object sets its boundaries to fit all elements. I have set Clipping to “Clip To Bounds” for the object and all its parents, but that does not do the trick.

How am I supposed to have it navigate vertically?

Nvm, got it to work. The parent box of list view just needed to have the list view object itself. Then, it was able to set its bounds to the parent.