Replies: 4 comments 5 replies
-
Which part are you stuck with? |
Beta Was this translation helpful? Give feedback.
-
Recommend you look at https://www.reactiveui.net/docs/handbook/data-binding/ and https://www.reactiveui.net/docs/handbook/data-binding/windows-presentation-foundation Main things to look out for is using a |
Beta Was this translation helpful? Give feedback.
-
MVVM dictates that you don't have logic other than what the view does in it's code behind, nothing about not using the code behind. Binding's are purely a View concern so it doesn't break any MVVM mandate. |
Beta Was this translation helpful? Give feedback.
-
Here's a sample you can build upon for WPF. https://github.com/reactiveui/ReactiveUI.Samples/tree/main/wpf/getting-started/ReactiveDemo |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone. I have to create a calculator with WPF MVVM + Reactiveui. Can someone help me about that ? I have to complete this task in this week.
Beta Was this translation helpful? Give feedback.
All reactions