Hi,
In our application if user clicks Pane it flys out and if user clicks any where out side pane then pane flyin. what i'm trying to do is make pane flyin when mouse leaves the pane instead of clicking some where outside the pane.
please let me know, if i'm not clear.
Thanks,
Kumar
Hello Kumar,
I have created a sample for you, please let me know if it meets your requirement. Attached is the sample.
Thank you,
I just tried your sample. It's not working as i needed. Pane fly's out when you click tool box pane but when you move away from pane its not flying in.
what i did was i kept a button in form and then by clicking the button the pane is flying in not just by mouse way.
Thanks for the sample.
Please try UltraDockManager.FlyIn() method when the mouse leaves the pane that is on the TreeView1_OnMouseleave in the above sample.
Thank you.