Пользователь
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);
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