I hope you have good advice.

Let me explain my problem
I have a form and usercontrol on it. Usercontrol contains PictureBox as container and 1 to N TextBoxes(your control, multiline enabled).
TexBoxes do not have scrollbars and height is set automatically (see the picture). Usecontrol is basically a "grid". If needed, scrollbar is added to form
and user can scroll the grid. Parent form is subclassed to catch mousewheel and if cursor is over the control, user can scroll grid with wheel.
When textbox on the grid has focus wheel action is not "catched". What is the best method to catch mousewheel actions also, when textbox has focus?
Must I hook all textboxes indivually too?
Regards
Meelis