Comments 2
Thank you very much for taking the time to write this, it clears a few things up nicely, and with pretty good examples.
When I want to bind the collection to the view would it just be something like
this.OneWayBind(ViewModel, vm => vm.MyObsCollection, v => v.MyListView.ItemSource);
Glad to hear you find it useful! And yes, you can either use the code-behind ReactiveUI bindings as in your example, or the regular XAML markup bindings. Both approaches should work as expected.
Sign up to leave a comment.
DynamicData: Dynamic Collections, the MVVM Architecture, and Reactive Extensions