Hi Wladek
Thanks for your reply.
I added the check when focus changes and that did the trick. I have in my delegate item:
Qt Code:
onFocusChanged: { if(listView.currentIndex == index){ delegateItem.state = 'selected'; } else{ delegateItem.state = 'deselected'; } }To copy to clipboard, switch view to plain text mode
br,
Tyrnikeisari
Bookmarks