Qt 6.11 is out! See what's new in the release
blog
QML ListView
-
Curious about a ListView with a delegate that sets visible to false based on the application and also sets height to 0. If I use say spacing: 5 I can see where there is two heights of spacing vs. 10. I would think that spacing should be adjusted when a ListView delegate is not visible or has 0 height.
This is somewhat related to https://bugreports.qt.io/browse/QTBUG-79645 but in that case spacing is not being used.
Thoughts?
-Rich