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,
Please try UltraDockManager.FlyIn() method when the mouse leaves the pane that is on the TreeView1_OnMouseleave in the above 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.
That's exactly what i'm looking for. I didn't try sample yet, i will let you know once i try it.
Thanks for help, i really appreciate it.
I have created a sample for you, please let me know if it meets your requirement. Attached is the sample.
Thank you,
To better understand your requirement, I was trying to compare it to the Visual Studio Toolbox pane. In the Toolbox if I mouse hover then it flys out and if I move away it flys in. On the other hand if I click on the Toolbox pane it flys out but stays there even if I move away, but if I click out the pane then it flys in.
What you want is if you click on the Toolbox pane it should flyout but instead of clicking somewhere outside the pane, you want it to fly in if you move the mouse away from the pane. Let me know if that is what you are looking for?