Hi, I am trying to use create dynamically Panes in RadDocking using PaneGroupExtensions class using MVVM pattern. It is working fine with my item source. However my requirements is slightly change that if any Pane is visible
already then it should not add a new tab again, instead just highlight
(select) previously added Pane.
For this I am holding a Dictionary that which Pane is visible but I can't find any way that when user close Pane from RadDocking then how can I capture this event so that I can remove the object from my dictionary.
Many Thanks,
For this I am holding a Dictionary that which Pane is visible but I can't find any way that when user close Pane from RadDocking then how can I capture this event so that I can remove the object from my dictionary.
Many Thanks,