As this is already asked and answered here how to get smartphone like scrolling for a winforms touchscreen app ( scrolling panel )
i have a problem with the solution. it only works if i click on the panel directly and scroll. If i have elements like labels/textboxes all over the place it doesnt work. I would need to click in between the Elements so i touch the panel directly. So how would i now solve this? Add a Mouse Move/Down Method on ALL elements i have within the panel?