-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.1
-
None
-
Qt 4.7.1
-
1337a3e031477aa4d628d01252557dee622629ff
Please refer to the attached sample application in QML.
It creates a ListView with header, and uses Text element as a header.
Launch the program using the qmlviewer.
Actual result:
The list is shown on the screen and the topmost visible item is the first item in the list, the header is not visible.
Need to scroll up to see the header.
Expected result:
The header should be visible initially.