Hi, I have a UIScrollView with dynamically added items to UIGrid.
Every time I add few items, they are positioned in the middle of the Scroll View. I want to position them at the top of the Scroll View, but nothing helps.
I set UIScrollView Content origin to the TopLeft, Movement is Vertical, CancelDragIfFits is off, Restrict Within Panel is ON.
For UIGrid: Arrangement is Vertical, RowLimit is unlimited, Pivot is TopLeft.
On Reposition call the items are arranged in the middle of the ScrollView instead of its top.
I tried to call the ResetPosition and UpdateScrollbars functions for ScrollView. Still with the same result...
Did I miss something?