I updated to version 1.3.1 and noticed quite an important change in the WindowGroup control. It now is of type Control instead of type Selector.
I used to create my windows based on a custom description model and used databinding to the ItemsSource property of the WindowGroup to make the connection.
You provided an alternative for the Items property called Windows, but it's not suitable for databinding.
The DockableWindowCollection has no public constructor so I can't use it, and even if I could, I can't use it in a binding because I'm missing an alternative for the ItemsSource property (like WindowsSource or something).
Is there any chance that this kind of usage will be added again?
Thanks,
Marcel