Hi guys,
I'm trying to rebuild a page without leaving it, however nothing seems to be working.
I have tried: Navigating to the same page using actions, using the rebuild feature of an app/page state update (without updating any state) and writing a custom action to rebuild the page.
None of this seems to be working, the only working solution is to navigate away from the page and come back. any suggestions?
EDIT: I have a listview which i'm passing data through to parameters, so all the information on subsequent pages is from that parameter that i'm referencing, which doesn't seem to update on page rebuilds. How do i get around this?