Replies: 1 comment 1 reply
-
Scroll property is only for show the scroll on the side of the Column. Maybe if you put width=float("inf") of height=float("inf") in the properties of the Column could work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I want to create a scrollable Column. But I don't want to set height property for it. I want it to use the reset of the screen space.
I've tried to set scroll=ft.ScrollMode.ALWAYS , but it make no effect without height property.
How should I do?
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions