wpfmdi
wpfmdi copied to clipboard
Binding Support for MdiContainer Children
I'm unable to bind to the Children Property of the MdiContainer. Is it a dependency property ?
In MdiContainer.cs => public ObservableCollection<MdiChild> Children { get; set; } , Children is source. And for example ,DependencyProperty ThemeProperty is a dependency property.
At 2018-10-17 19:38:12, "Yemi Kudaisi" [email protected] 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<MdiChild> (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.
Understand,good idea.I don't have such an instance.
At 2018-10-18 18:36:03, "Yemi Kudaisi" [email protected] 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.