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
90
xamDockManager - TabGroupPane/PaneToolWindow & HeaderVisiblity
posted

Hello,

I am attempting to  modify the ContentPane so that when it is docked within a TabGroupPane it's header is never visible or if it is the only child in a PaneToolWindow it's header is visible.I have browsed through the source for the ContentPane and tracked down the 'OnPaneLocationChanged' and "VerifyHeaderVisiblity', these two functions being internal or private means that there is no way for me to modify the functionality by extending the class.

Is there some way in which I can achieve the desired effect without having to modify the DockManager assembly's source that i may be overlooking?

-Peter