On RDP session which can sometimes have a lag, the user accidentally double-clicks on the title bar of a pane causing it to float. I want to parameterized this feature, so I can turn it on/off.
How do you proceed doing this?
Hello Joseph,
Let me know if you have any additional questions related to this issue.
Thank you for using Infragistics Components!
Just the on double-click of the left mouse button only.
Hello Joseph
Thank you for posting in our forums!
Based on your requirement I am not sure if you want to enable/disable floating and docking of the active UltraDockManager pane for left mouse double click only or at all, including right mouse click and selecting floating from the context menu. Therefore if the scenario includes and the floating option from the context menu, you can simply cancel the UltraDockManager`s BeforeToggleDockState event, please be aware that drag and dropping panes will stay enabled. On the other hand if your requirement is only for the left mouse double click, check the sample project attached to the bottom of my post.
Let me know if you need any further assistance or I am missing something.