TeeChart for ActiveX, COM and ASP
-
AR
- Newbie
- Posts: 9
- Joined: Wed Dec 01, 2004 5:00 am
Post
by AR » Wed Jun 08, 2005 2:35 pm
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 ?
-
AR
- Newbie
- Posts: 9
- Joined: Wed Dec 01, 2004 5:00 am
Post
by AR » Wed Jun 08, 2005 2:51 pm
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