Category "mvvmcross"

How to set MainWindow title from core project in MVVMCross WPF Application

I am developing a WPF app using MVVMCross. I started with the TipCalc Tutorial where we have the following MainWindow.xaml: <views:MvxWindow x:Class="UI.Mai

Does mvvmcross have a built-in message for viewmodel to tell view when ViewAppearing/Disappearing happen?

I have logic to be executed in a Xamarin.Forms ContentView (not a Page), when it appears and disappears. This is an mvvmcross content view: public partial class