Hi All,
I am creating a large vertical list from code. I need to be able to delete it and recreate it in the exact same position it was at the time of deletion. What variables do I need to save and apply to the newly created vertical list to achieve this? I've tried various functions in the API and sending custom vertical scroll events to the newly created list but cannot get the behaviour I need and feel I am missing something simple - any advice appreciated.
- J
I fudged this by storing the list in memory between screen transitions.
Hey James, I´m trying to solve the same issue at the moment, could you please give me more details how you managed it? Thank you in advance!