I have a scrollable form, which scrolls fine with the scrollbar and also with mousewheel - when the mouse is over the form.
However, any containers on the form do not seem to be able to pass-though the mousewheel event to the form in the same behaviour as if you had the mouse directly over the form.
I tried BindEvents in the container:
Bindevent(This,"MouseWheel",Thisform,"MouseWheel")
But this just passed the direction of the mouse wheel to the MouseWheel event/method, not the actual movement required.
Alastair
However, any containers on the form do not seem to be able to pass-though the mousewheel event to the form in the same behaviour as if you had the mouse directly over the form.
I tried BindEvents in the container:
Bindevent(This,"MouseWheel",Thisform,"MouseWheel")
But this just passed the direction of the mouse wheel to the MouseWheel event/method, not the actual movement required.
Alastair