Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

ListView select newly added item

$
0
0
I’m having issues selecting the most recently added item but am experiencing some issues. I expected that I’d be able to simply set the ListView’s currentIndex property in the onAdd attached handler but that doesn’t appear to be working. Interestingly, if I add an item AFTER the currently selected item, everything works fine and the new item becomes the currentIndex item. However if the new item is inserted BEFORE the currently selected item, the onAdd handler gets called and the currentIndex property gets set (I can see this happening via the onCurrentIndexChanged handler as well) but something else is coming through and setting the currentIndex property back to what it was before. I can’t figure out why this is changing or even how to figure out what is changing the currentIndex property. Any ideas or debugging suggestions would be greatly appreciated!

Viewing all articles
Browse latest Browse all 4972

Trending Articles