Hello Guys,
I'm new to Syncfusion, more precisely the WPF libraries.
I'm trying to bind an ObservableCollection to the Document part of the DockingManager (I set UseDocumentContainer="True"), but couldn't find a way in the documentation.
I was expecting something like ItemsSource and ItemTemplate, but I can't find them.
When I use a DocumentContainer under the DockingManager, I get 2 DocumentContainers, but even with that, I find the ItemsSource but I can't find the ItemTemplate.
Is it something wrong I'm doing ?
Thank you