UWP and non-Mvvm project? #485
-
I coming from being an almost Java only developer, and now using uwp to create a company project. We don't really like Mvvm and the project uses "code-behind" I believe its called (or maybe plain old mvc) I'm still getting used to using libraries with nuget, but would LiveCharts work in our case? There really doesn't seem to be any real alternative to displaying charts I tried to follow the Uno documentation (as instructed by the uwp docs), and placing a And from what I was able to find through the github issues, is that I need to be using mvvm. Hopefully that's not the case |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I hope it does, that is the idea of building this library.
Strange, does your code compile? or is it only an error that VS is showing (it happens sometimes in XAML).
No mvvm is not necessary, it just helps me to share the same view model for all the platforms, it saves me a lot of time! take a look at the WinForms or EtoForms sample, those platforms do not support mvvm, |
Beta Was this translation helpful? Give feedback.
-
Hi what's the solution for this? |
Beta Was this translation helpful? Give feedback.
I hope it does, that is the idea of building this library.
Strange, does your code compile? or is it only an error that VS is showing (it happens sometimes in XAML).
No mvvm is not necessary, it just helps me to share the same view model for all the platforms, it saves me a lot of time! take a look at the WinForms or EtoForms sample, those platforms do not support mvvm,