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
355
Keep one of the content panes always visible
posted

Hi,

I am XamDockManager in our application and showing multiple content panes. Out of those content panes, I want to prevent user from closing one particular content pane. So we have hidden the close button. It works fine when that pane is docked but Close button appears back when it floats. How to hide the close button when floating as well?
Please let me know.

Thanks,
Mahadev

Parents
  • 54937
    Verified Answer
    Offline posted

    Hiding the button doesn't prevent the user from being allowed to close the object. There are other means by which that can happen including keyboard and context menus. If you want to disable the ability to close the pane then you would set its AllowClose to false. This way even if it is within a TabGroupPane, etc. that is being closed, that pane will not be closed.

Reply Children
No Data