MVVM-Samples icon indicating copy to clipboard operation
MVVM-Samples copied to clipboard

Sample repo for MVVM package

Results 73 MVVM-Samples issues
Sort by recently updated
recently updated
newest added

This PR updates the Xamarin.Forms sample to use the latest NuGet Packages and enables `Nullable`

Anyone have a simple WPF (full framework) sample working with the MVVM toolkit? I've tried following the docs, but not having much luck. Designer is not loading saying build is...

Im a bit confused about the sample apps stance on the Ioc class. On the introduction page, the Ioc class is mentioned ![image](https://user-images.githubusercontent.com/76792853/183216421-46005ea3-5319-4340-a966-60b6930196c7.png) However the rest of the app seems...

In the samples app, in the Putting Things Together section, the example follows a process whereby services are created, registered in the app.xaml.cs and then injected into the viewmodels via...

Hello, In the Store app, in the "Putting Things Together > The Final Result" section, there are scroll bars missing in both the "XAML" and "C#" tabs. You can't read...

Does it make sense to have additional samples? - [ ] Avolonia - [ ] Blazor - [ ] WinForms? If so, we can create additional issues for these. Any...

sample

Hey! We're migrating our WPF solution to core and noticed that the Galasoft MVVM Toolkit seems to have been superseded by this one. One problem that came up is how...

question

It would be great to have a sample focusing on navigation between pages, showing how to pass data between them, how to create the ViewModels using IoC and wiring up...

documentation
sample

I like that you have an observable object but did I miss how to track changes when it's modified or is that not in the object model ?

Hello, I'm currently modifying a UserControl to remove NotifyTaskCompletion class and use directly the Task with SetPropertyAndNotifyOnCompletion . I am working on a .NET 4.8 project in WPF and I...