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?
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.
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?
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
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.