Open yemikudaisi opened 6 years ago
In MdiContainer.cs => public ObservableCollection
At 2018-10-17 19:38:12, "Yemi Kudaisi" notifications@github.com wrote:
I'm unable to bind to the Children Property of the MdiContainer. Is it a dependency property ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
My problem is that I can't bind to it because it isn't a dependency property. I've tried to implement it but I'm having issues making ObservableCollection
Although, now I'm considering adding an intermediary property. I was just wondering if someone else has done it. So I can save myself the stress.
Understand,good idea.I don't have such an instance.
At 2018-10-18 18:36:03, "Yemi Kudaisi" notifications@github.com wrote:
My problem is that I can't bind to it because it isn't a dependency property. I've tried to implement it but I'm having issues making ObservableCollection (i.e a generic collection) a dependency property.
Although, now I'm considering adding an intermediary property. I was just wondering if someone else has done it. So I can save myself the stress.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
I'm unable to bind to the Children Property of the MdiContainer. Is it a dependency property ?