python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to connect model and view model property using ReactiveUI
I am using MVVM with ReactiveUI. I have a property in the model that I want to display and be able to edit in the UI. Is there any simple way to do this using ReativeUI? The following properties shoul...
Erik
Votes: 0
Answers: 1
Reactive UI - Tracking Changed Properties
Consider the below code. I'm trying to track the property changed event of the Student object in the view model. The Student class implements the INotifyPropertyChanged interface. The changed property...
Rahul
Votes: 0
Answers: 1
ReactiveUI + WPF: ListBox items are displayed with correct view except when inside a custom UserControl
I have some view
public class MyItem : ReactiveUserControl<MyItemViewModel> {...
with some corresponding xaml and the below call sets up the viewmodel to view registration for me
Locator.Curren...
JMurp
Votes: 0
Answers: 1
Async data loading with ReactiveUI and GUI.cs
I'm new to the reactive world so i'm struggling a little bit here x)
Here is my question:
How can i fetch async data, then bind them to a label ?
In my MainView.cs, i have a label:
Label usernameLabel...
stevancorre
Votes: 0
Answers: 1