Why won't my scroll box scroll all the way to the end of my list view?

I have a scroll box with a list view parented to it. It doesn’t allow me to scroll all the way down when I add widgets as child to the list view, it cuts it off a little bit, heres a video of it:


(Sorry for low quality)

You can see that when I add widgets (the pictures) and scroll down, the image gets cut off because it won’t let me scroll. How can i fix this?

Thank you for any replies

You might need to add some bottom padding to your scroll box widget or vertical box widget.

Thank you for your reply, whats bottom padding? sorry i’m a beginner could you explain it to me?

I added bottom padding to my list view and changed the value to 150, the problem still persists tho, it only solves the issue for the first 2 widgets added to the list.

Capture

I think the padding needs to constantly be updated after a widget is added because the list gets bigger, do you think this might be a good solution?

Make sure your list entry has some auto resize of image like scale/size box

I tried this, it seems to not change anything unfortunately, you can see in the clip that the list still gets cut off (can’t scroll all the way)

Capture

not sure what the issue is

hmm your first image seem to get cut as well.

Try to edit your list view or anything wrapping it

thank you for your reply, my list view is parented to a scroll box but they aren’t actually the same size, the list view is slightly longer.

Green border = scroll box, blue border = list view

Do you think this could be causing it? I have tried to resize the list view to make it the same size as the scroll box but something weird happens whenever I compile it. Do you think the different sizes is causing it? changing the padding settings doesn’t seem to solve it

Thank you again, as a beginner I appreciate your help

update: it seems to be working better, i need to adjust the list entry widget and i will let you know if it’s robust

No worries :hugs:

If possible you can just not use the scroll box since the list view will have it own scroll bar.
If you need to add more other child (like other button, image) , you can use an Overlay panel where you can add multiple child into it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.