Hello again!
I've been having an issue with scrollviews and grids for some time when creating a dynamic content list for the grid. There seems to be an added space at the top and the bottom of the grid and the scrollview will scroll to it, not clamping properly contents.
Examining the examples compared to mine, the only difference I've noticed is in your example the list is manually added and placed.
Screen 1 - this is how the list defaults
Screen 2 - shows that the contents will scroll up to the panel size, however it will allow the user to continuing scrolling showing an empty space at the bottom similar to the space in the above screen
Notes:
- I do manually reposition the grid and reset scrollview position after populating the list, which again defaults to screen 1 results.
- One thing that looks odd to me is the size of the grid (in the runtime looks larger than the panel its parented to), which Im not sure what would be controlling that other than cell width/height, which would skew my contents if adjusted.
Any insight would be much appreciated!
Thanks,
Jeff