Strange behaviour on 'expandingdelegates' example
QML and Qt Quick
1
Posts
1
Posters
1.1k
Views
1
Watching
-
If I open the expandingdelegates example found in the SDK 1.1 beta and change line 66 in 'expandingdelegates.qml' from:
@height: 70@
to:
@height: listView.height/listView.count@
I experience strange visual behaviour. Best described as: "When closing the expanded delegate it jumps back to its original position and is not animated smoothly".
Can this be a bug or am I missing something?