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
873
XamDockManager ContentPane visibility if tabbed
posted

Hello,

in our application we make use of the XamDockManager and several 'UI modules' hosted in ContentPanes that can be arranged by the user. The visibility of each UI module (i.e. content pane) can be controlled from a ribbon group that contains a toggle button for each UI module. In addition to this the UI module (i.e. content pane) can also be closed (made invisible) with the close button (x) of the content pane. To synchronice the ribbon toggle buttons and the visibility if the content panes I make use of the IsVisible property and the IsVisibleChanged event of the content pane. All this works very well.

Now to the problem:

If the user tabs an content pane, the IsVisible property of the tabbed content pane is false, although the tabbed content pane is in principle visible (at least its associated tab header is) and just covered by the active content pane.

Is there a different property/event I could use in this case?

Kind regards,

Rainer