I like to get the Tool panes in my MVVM docking scenario hidden if the user clicks th close button of the RadPane.
The default processing seems to close and remove the pane. I cannot get the pane shown again by setting the IsHidden property to false (discussed in some other threads).
Setting the CanUserClose property of the pane to false hides the close button completely.
Is there a way to either
- modify the behavior of the close button (hide the pane instead of closing it) or
- put an additional button to the panes header, that lets me exceute my desired operations.
Thanks and Regards
Mario