Replies: 1 comment 2 replies
-
Looks like you've found a bug in ScrollContainer. If I had to guess, I'd say that the scroller isn't responding to dynamic changes in the inner content. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TEST.mp4
'''
import toga
from toga.constants import COLUMN, ROW, RED
from toga.style import Pack
class TEST(toga.App):
TOGGLE_CHUNK = 10
def main():
return TEST('TEST','id')
if name == 'main':
main().main_loop()
'''
Beta Was this translation helpful? Give feedback.
All reactions