Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
8aaeff9fb126021432e469899534e87a107c8b2d
Description
See attached file.
I try to increase the font.pointSize of the selected item of the listview. When adding this line:
PropertyChanges
for the first bottom listview, the selected item is not shown anymore when scrolling down the list with the up/down arrow keys.
Strangely, the scale propery change does work well.
PropertyChanges
Moreover,
If I uncomment the line "//height: 20" in the delegate component, this shows correctly the current selected item when scrolling down. But, I want to avoid fixing the height property because I want the cell to automatically set its height according to its contents.