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?
Hello Adidev,
Thank you for the feedback. I am glad I was able to help.
Thank you.
It works.
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.