Replies: 1 comment 1 reply
-
Btw, there were change in the master branch (For Slint 1.10) regarding ListView's layout. I think regrading your question did you try to play with the viewport-width/viewport-height property and set them to something like the visible-width/visible-height ? |
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
-
I'm still trying to get a usable list view within a responsive design layout. Previously I accepted using the ListView's own horizontal scrolling was impossible (for now?).
So I embraced a StandardListView.
Meanwhile I thought something very very simple: Don't scroll at all with the listView and place it inside a scrollview.
But it just hides the content without scrolling options, and I still have to "force" the StandardListView width to be the same as the childs?
Is it possible to do something like this?
Beta Was this translation helpful? Give feedback.
All reactions