-
Hi,
I am new to MVVM in WPF. After playing with several frameworks like MVVMCross and ReactiveUI, I feel that Stylet is the most straightforward and easy-to-use one since it does not involve a lot …
-
## Describe the problem this feature would solve
Command classes are marked as sealed. That makes it impossible to extend these classes with custom behavior.
The [issue regarding WPF's CommandM…
-
## 🐛 Bug Report
On a simple MVVMCross Application using the Android Alert Dialog Builder results in the exception
Java.Lang.ClassNotFoundException: 'Didn't find class "android.widget.View" on …
-
Hello
How can I open a separate window from ViewModel?
-
Updated MVVM-Samples NuGet packages to 7.0.0-preview3. Build failed due to missing Ioc class and references. Since @Sergio0694 committed [Removed Ioc class and MS.Ex.DI dependency](https://github.c…
-
Dear @brminnick, after reading #35, I'd like to ask if you'd elaborate on this a bit further?
Because after watching your YT video, I implemented my commands (unifying your awesome `IAsyncCommand` wi…
-
Downloading from the web is a very common thing to do in Apps but it doesn't have any dedicated control for it. So it would be nice to have one.
Feature request for this control:
- `Downloader.U…
-
Hi! It's more a question than a bug.
Im pretty new to MVVM and I struggle for the Dialog implementation.
The MvvmDialog add on seems really nice but I can't figure how to implement it with MvvmC…
-
# Mixed Language Build in One Project
It would be nice to be able to construct a project within Visual Studio which enables the user to mix and match between C#, Visual Basic .NET, F# and MSIL (CIL).…
-
### Description
`ListIsNullOrEmptyConverter` (and `ListIsNotNullOrEmptyConverter`, and `ListToStringConverter`) doesn't update its value when `ObservableCollection.Add()` is called.
### Steps to…