MVVM pattern.
DocumentContainer ItemSource binded to an ObservableCollection in the ModelView,
When you add a new object to the collection the DocumentContainer shows the new object behind the other objects.
Is it possible to open it in front of the other objects?
I've prepared a sample to show the unwanted behavior.
Attachment:
DocumentContainerTest_9e0a800c.zip