S.No |
Query |
Comment |
1. |
Ability to add pages on the fly by handling an OnBeforePageLoad event to insert additional pages at the end. |
Can you explain whether you mean to load items as pages in listview at runtime? |
2. |
Pages snap in place and don't continually scroll. |
We are not clear with this query. Can you please share more details? |
3. |
Can have custom images as place holders in the page picker on the bottom of the screen. This is normally rendered as a row of dots. |
This can be achieved by customizing the image in renderer by loading image only outside the listview because items inside the listview will scroll defaultly. |
4. |
Supports custom templates per page so each page can be completely different. |
Different templates can be loaded in listview using template selector. |
5. |
Supports commands as well as events. I have had to add EventToCommand code to fix this in the Rotator. |
All types of commands available in listview to achieve your requirement. |