Page 1 of 1

Scroll and the Middle mouse

Posted: Wed Jun 08, 2005 2:35 pm
by 9525039
I have disabled all scrolling on the form, using the propert of the scroll interface.

m_Graph->GetScroll()->PutEnable((TeeChart::EChartScroll)pmNone);

However the middle mouse wheel is still scrolling the graph, shouldnt all scrolling be disabled if I set this property ?

Posted: Wed Jun 08, 2005 2:51 pm
by 9525039
Nm, found the Environment interface with enableWheelscrolling property and that solved it.

Would seem much more logical to have this on the IScroll Interface than tucked away though