-
Tutorials and sample apps for using Prism MVVM framework
-
I have my solution split in several projects where my project containing a ViewModels does not have a dependency on MAUI - just on the MVVM Community Toolkit.
Is there a way to access the `ILocaliz…
-
### Describe the bug
Hi All,
We are migrating our class library application from MVVMLight to MVVMToolkit. We were using SimpleIoc container. We need to use Ioc (Microsoft.Toolkit.Mvvm.DependencyI…
-
In the current samples getting services is accomplished with the Ioc-Singleton.
How can i use contructor injection with MVVM-Toolkit?
-
### Describe the bug
We are using the `FrameworkElementExtension.Ancestor` for the `ComboBox.ItemsSource` binding. When we unload the ComboBox, the binding remains active, causing the **SelectionChan…
-
vscode/omnisharp error referenced at https://github.com/AvaloniaUI/Avalonia/issues/2707.
-
Following from my comment in #8.
I'd like to create a sample project for Avalonia.
-
Mini demo:
Win11 + .NET 7.0
- `CommunityToolkit.Mvvm Version="8.2.0"`
- `Microsoft.Xaml.Behaviors.Wpf Version="1.1.39"`
![动画](https://github.com/microsoft/XamlBehaviors/assets/7220248/d3b5…
-
Hello @lbugnion
I have been working through some performance issues with our MVVM Light app and noticed that the Heap Size seems to forever increase in Android. At first I assumed that this was an…
-
I saw this: https://github.com/empira/PDFsharp-samples/blob/master/samples/gdi/GraphicsPreview/PreviewForm.cs
But I need for wpf mvvm version. Does pdfsharp support this? Please help