How to refresh a observable collection in parent when it’s updated in sub page viewmodel?
I have a Maui application with tabs. On the DashboardMainPage, items are displayed in a CollectionView. From this page, I can navigate to a subpage (GoalsPage) where all items can be seen in more detail. In GoalsPage, I can navigate to another subpage (CreateGoalPage) where new goals can be saved to the local database.
maui: navigate to another view from inside a view after a button click in mvvm
I am trying to open a new page from another viewmodel.
I am doing this: