Bind() to 3rd ObservableCollection #602
-
I wan't bind to Caliburn.Micro.BindableCollection private IDisposable CreateObserverHandle()
{
var material_handle = all_materials.Connect()
.OnItemAdded(dd => Trace.TraceInformation("Materials add item: {0}", dd.Id))
.Bind(Items as BindableCollection<MaterialBoxViewModel>)
.Subscribe();
return material_handle;
} |
Beta Was this translation helpful? Give feedback.
Answered by
glennawatson
Jun 9, 2022
Replies: 1 comment 1 reply
-
There are no plans to support binding to a BindableCollection |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
a44281071
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are no plans to support binding to a BindableCollection