Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
How to remove a content pane from the dock manager?
posted

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

Parents Reply Children
No Data