Hi,
I am wondering how I could remove a ContentPane (to which I have a reference) from a dockManager.
I am using
IEnumerable<ContentPane> enumerator = dockManager.GetPanes(PaneNavigationOrder.ActivationOrder);
Using the enumerator I am identifying the ContentPane which meets a certain condition.
How could I programmatically remove the ContentPane?
Thanks,
Cristian
Hello Christina,
Does the Remove|RemoveAt() methods of the Panes collection not work in your scenario?