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
115
Disable Mouse middle button click with Tabgrouppane
posted

I don't want to close the tab group pane when ever the mouse middle button is pressed on tab group pane in the dock manager.

How to handle this?

Parents
No Data
Reply
  • 22015
    posted

    Hello Adidev,

     

    Thank you for your post.

     

    I have been looking into your issue and have created a small sample application for you. What I can suggest is to set the ‘AllowClose’ property of the ContentPane to false. This way when the middle mouse button is pressed the ContentPane would not close.

    I have implemented the above mentioned functionality in the attached sample application.

     

    Please find the attachment and feel free to let me know if you have any further questions on this matter.

     

    DockManager_DiableMiddleMouseClick.zip
Children