Open xceedsoftware opened 7 years ago
BoucherS[CodePlex]
Hi,
WindowContainer derives from Canvas. How would you dynamically add/remove items from a canvas ? You may find interesting answers here : http://stackoverflow.com/questions/889825/is-it-possible-to-bind-a-canvass-children-property-in-xaml
scottseitz[CodePlex]
If I want to dynamically add/remove child windows from my WindowContainer, what property can I bind to? The Children property is locked.