How to Add an item to a specific index in a PagedCollectionView?
We can add any item to a paged collection view but the problem is it adds it to the last..
I want to add it at any given index..!
Can any one pls help.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not possible to add item at given position or index in PagedCollectionView… To add item at given index you need to add item to underlying source. Check below example: