You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the below example, I'm trying to have a list view (or rather, a StandardListView) that takes up as much space as possible within the container (the window). If all items are visible in the container, I want the remainder to be in a yellow rectangle (in my actual example, there is a TouchArea but the rectangle is more visible).
Perhaps I'm not understanding things correctly, but I would expect I could get what I want simply by specifying vertical-stretch: 0 for the list view, and vertical-stretch: 1 for the rectangle. However the list view appears to be "bashful" and doesn't seem to want to take up the space it could
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In the below example, I'm trying to have a list view (or rather, a
StandardListView
) that takes up as much space as possible within the container (the window). If all items are visible in the container, I want the remainder to be in a yellow rectangle (in my actual example, there is aTouchArea
but the rectangle is more visible).Perhaps I'm not understanding things correctly, but I would expect I could get what I want simply by specifying
vertical-stretch: 0
for the list view, andvertical-stretch: 1
for the rectangle. However the list view appears to be "bashful" and doesn't seem to want to take up the space it couldBeta Was this translation helpful? Give feedback.
All reactions