Hello @Mielesplayz ,
Is it possible to make (all) your views reload with a button or directly trough the TabBar
No, you cannot force update the view.
It looks like you set many values on the Settings
page, and you want other pages respond to the changes. If so, you can try to save the value in a key/value store, then override the Page.OnAppearing method to display the values or do some logic based on the values you saved.
In addition, it's recommended that you use the MVVM design pattern, then communicate with other ViewModels when the values changed. For more details, you can refer to Data binding and MVVM - .NET MAUI | Microsoft Learn
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.