- Home /
Scroll view won't scroll all the way down to last bit of content
So I have this grid view that somehow doesn't want to scroll all the way down. In the picture the last line of text is missing from the objects.
Each element is a gameobj with an image and a text parented to it. The size of the gameobj element is set larger than the area for the image and the text below it.
The elements are parented to a content image that has a content size fitter (hor = minsize, ver = unconstrained) and grid layout script with fixed columns and cell size set to larger than the elment's size.
Content is parented to a viewport with fixed size (smaller than content when content is filled up) with a mask applied. The viewport is parented to a panel that is larger than the viewport/mask.
Basicaly the viewport is working because I see a subset of the data, and can then scroll down to see the rest. However, scrolling stops just shy from showing the last line of text on the last line of objects.. Any ideas?
what happens if you make the gridlayout height value even greater? it doesnt fix anything?
Your answer

Follow this Question
Related Questions
ScrollRect viewport issue 1 Answer
Scrolling using button? 0 Answers
Slide to show characters to buy C# 2D 1 Answer
stopping scrollrect if it is about to leave the desired space 0 Answers
Scroll Rect is not working with UI Mask 2 Answers