Hi, I have a situation in which I have a gallery full of questions a user fills out and once they are on the last question they go to the next page to put in comments and submit their 'project'. Issue is that unless they refresh the whole app or close and re open when they go back in to create a new project or edit an existing one, when they get to the screen with the gallery of questions, it places them at their last spot, which is usually the last question instead of at the top of the gallery. Is there any way to prevent this?
Solved! Go to Solution.
This is because every control in the app will retain its state unless you force it otherwise.
You can utilize the Reset function to Reset your gallery i.e. Reset(yourGalleryNameHere)
When you issue a Reset on a control, it will reset the control back to the Default property value. If you have nothing in your Gallery Default, then it will revert back to the first record.
I hope this is helpful for you.
This is because every control in the app will retain its state unless you force it otherwise.
You can utilize the Reset function to Reset your gallery i.e. Reset(yourGalleryNameHere)
When you issue a Reset on a control, it will reset the control back to the Default property value. If you have nothing in your Gallery Default, then it will revert back to the first record.
I hope this is helpful for you.
User | Count |
---|---|
263 | |
110 | |
92 | |
55 | |
41 |