Can it be part of the list view and be anchored programmatically at runtime??
Can it be part of the list view and be anchored programmatically at runtime??
I am not sure I understand.
You said this item is always there, always to the right of the list view.
Which would make putting it into that position the most efficient solution.
If it is part of the Flickable content of the ListView, it will move.
Cheers,
_
volcano (31st March 2016)
Please try once by using model's index.
if you will get that item in the list always you can make a comparison based the item(ex. item name)
you can try something like this.
anchor.right: parent.right
rightMargin: conditionAboutItem ? 0 : 10
plz let me know in case if you need any further help
volcano (31st March 2016)
Bookmarks