ScrollableContainer.scroll_end #5887
-
I'm having some issues and I'm not sure how else to debug; all the guides, docs, and references suggest calling ScrollableContainer_instance.scroll_end after mounting my content to the child |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
It would be helpful if you show us some code that you tried, but didn't work. Any maybe elaborate on what you want to build... |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the help. I've been looking and couldn't find that suggestion anywhere. |
Beta Was this translation helpful? Give feedback.
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