Page 1 of 1

bug - MouseButtons.middle

Posted: Thu Mar 01, 2018 1:34 am
by fredd41
hi

the middle mouse button event occurs for all your object events except MouseDown.
It works for MouseMove, MouseUp, MouseDoubleClick, but not MouseDown.

Try
chart.MouseDown
chart.ViewXY.XAxes(0).MouseDown

fred

Re: bug - MouseButtons.middle

Posted: Fri Mar 02, 2018 8:24 am
by ArctionKestutis
Hi,

I see no problem with latest version (v8.2.3.1) in WinForms.
With default settings, the slight modified 'ExampleSegmentedLineXY' gave me both down event for all three mouse buttons.

Please provide more specific details of your app, if it is still the problem.

All the best.