Skip to content

ScrollableContainer.scroll_end #5887

Closed Answered by willmcgugan
o-namacode asked this question in Q&A
Discussion options

You must be logged in to vote

You have a Vertical inside your scrollable container, and you are adding content to that. But a Vertical will remain the height of its container. It won't grow any larger, so there is nothing to scroll. Remove the vertical and add content to your scrollable container, or replace the Vertical with a VerticalGroup

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@o-namacode
Comment options

@o-namacode
Comment options

@o-namacode
Comment options

@willmcgugan
Comment options

Answer selected by o-namacode
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5886 on June 24, 2025 07:00.