Hello,
I'm trying to adapt the sample of your
pulltorefreshbehavior to get a datagrid actually refreshed, but I can't find the way to do it. Because your samples assumes one can simply create a new instance of some kind of anemic viewmodel (for example, check
this).
That is not a real world scenario.
In my case, the viewmodel I'm binding to the MvxContentPage inherits from MvxViewModel so I can't simply create a new instance, there are dependencies injected, so the idea of "new whatever()" dont work.
I request your help to get a working sample of the behavior using MVVMCross 6.3.0