Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Much like I can use index === 0 within a Delegate to check whether it's first, can I find out if a Delegate is last in a ListView?
Hi,
index === listview.model.count-1, where listview being id of ListView.
[quote author="p3c0" date="1424076108"]Hi,
index === listview.model.count-1, where listview being id of ListView.[/quote]
You're totally right, didn't think of this. Thank you very much!
You're Welcome :) You can mark the post as solved by editing the post title and prepending [solved].