How to know if a container is scrolled to its end? #2835
-
Hello. I`m working on a TUI client for a music platform. A widget in a I have difficulty with the Any help is welcome :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you can use this condition to know if you are at the end of a container: |
Beta Was this translation helpful? Give feedback.
I think you can use this condition to know if you are at the end of a container:
self.scroll_offset.y = self.max_scroll_y