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?