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
785
Docking Manager.SingleClickSplitterBar event?
posted

I'm working with the docking manager and have found that I can receive double click events (DoubleClickSplitterBar) for the splitter bar but have no way to receive a single click event.  I have noted that I receive an AfterSplitterDrag event when the user clicks on the bar and releases.  This event, though, is not strictly speaking a single click event.  A single click event would not include mouse dragging and would also include a mouse click point.

Is there a way to get this information?

Parents
No Data
Reply
  • 785
    Suggested Answer
    posted

    I guess the answer to my question "is there a way to get this information" is No, Nope, Never, ...

    I hacked around the lack of a single click by using Before and After Splitter drag events coupled with a timer and if the splitter even moved.  Not optimal but ...

     

Children
No Data