hello!
I try to use telerik-docking control with MVVM pattern.
I saw this article, and others.
my question is:
I bind the PanesSource property to ObservableCollection<PaneViewModel>.
when I add item to the ObservableCollection, it's add pane to the control,
but, when I close any pane, it's not remove the viewmodel from the collection!
How can I sync the collection with the panes well?
thanks!
I try to use telerik-docking control with MVVM pattern.
I saw this article, and others.
my question is:
I bind the PanesSource property to ObservableCollection<PaneViewModel>.
when I add item to the ObservableCollection, it's add pane to the control,
but, when I close any pane, it's not remove the viewmodel from the collection!
How can I sync the collection with the panes well?
thanks!