I'm developing full-screen winform application for touch screen.
When I have on the form any control e.g. listbox
, webBrowserControl
... which has visible scrollbar(there are things to scroll) and when I'm moving with finger to the end of the control the complete form is moving up/down depends from moving direction.
The same behaviour also appears when form is not fullscreen. This appears only by touch screen interaction with application(mouse controlling of app - all is OK)
When is in control less elements(scrollbar is not visible) the unwanted moving of form is not appearing.
How to disable this unwanted moving of complete form? thanks for any help