I have a panel which has a vertical scroll bar on it. Inside the panel are several DataGridViews. When I use the application on a touch screen such as the Lenovo ThinkPad, I'd like to be able to move the whole panel up or down by sliding my finger up and down the screen. However, this doesn't happen. If I touch the screen, I can select an individual row on a data grid. Or if I touch the slider on the side, I can make the screen move up and down just as if I was using a mouse, but apart from that, I can't make the panel move.
If I use my browser, and the page is larger than the screen, then I can use my finger to slide the entire page up and down. I realize that this is a browser and not a Windows forms application, but that is the functionality that I need.
My app is a Windows Forms application. Thanks.