slint/internal/compiler/widgets/native
Olivier Goffart d468bbec05 ListView: Warn when we have other elements than just a for
This is not supported right now, the other elements will not be part of
the layout, and two `for` will be in the same listview, creating bad
situation with the scrollbar.

This is a warning since it would be a breaking change to make it an
error.

For example, we used a FocusScope in the StandardListView implementation so
I had to go trough one level of indirection

CC: #860
2022-11-30 11:17:22 +01:00
..
std-widgets-impl.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
std-widgets.slint ListView: Warn when we have other elements than just a for 2022-11-30 11:17:22 +01:00