TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Herman
- Newbie
- Posts: 56
- Joined: Tue Dec 07, 2004 5:00 am
Post
by Herman » Mon Jan 17, 2005 1:47 am
I place a chart and a chartgrid in a form.
Since the form is too small so i set vertical range of the form to 1000.
Using mouse wheel to scroll in the chart grid can works just fine.
But how to switch back to the form? I mean now i want to scroll the form
so I can see the rest of the thing.
Form's mouse wheel event seems to be not working, the scrolling is still in
the chartgrid.
How to solve it?
Thank you
Herman
-
Pep
- Site Admin
- Posts: 3298
- Joined: Fri Nov 14, 2003 5:00 am
-
Contact:
Post
by Pep » Mon Jan 17, 2005 7:34 am
Hi Herman,
how about changing de Focus ?
-
Herman
- Newbie
- Posts: 56
- Joined: Tue Dec 07, 2004 5:00 am
Post
by Herman » Mon Jan 17, 2005 11:06 am
how to change the focus?
i try to set form->Setfocus() but still not working