#Scrolling in an EntryListWidget
1 messages ยท Page 1 of 1 (latest)
show your code
make sure things are not being rendered outside of screen bounds
this is 1.20.4 and it actually doesn't seem like anything is out of bounds
this is how i see it in game. and if there's nothing rendered out of bounds, it still doesnt show the scroll bar. 1.20.1
the code you gave me doesn't seem to give the same result
scrolling usually doesn't need anything special. the moment entries go beyond list height a scroll bar should appear
add like 100 entries and see
i can now scroll, but it's broken, some entries disappear for some reason.
check height width top bottom
you're probably dealing with some bad value
change those to smaller values
i lowered the height of every entry and removed the adjustment code and it now works
ty
๐๐ฝ
one more thing, is there a way to move the scroll bar?