How to add scrolled ListView(or Column) with another widget in the Row? #1232
Replies: 1 comment 1 reply
-
Column needs a fixed height to scroll. Either by being forced into a height by the controls around it or by giving it a height. The quick fix is to change |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I wrote this code and now my list isn't scrollable
I want to have one scrolled list on the left and docs about any item on the right
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions