c# smartphone-like scrolling windows forms panel movement -


i try explain it: i'm making touch app in windows forms. have panels buttons inside. move ( right or left ) panel when click in control inside panel , move mouse left or right. movement smartphone scrolling.

i thought make drag&drop , when drag control inside panel, move panel right or left. don't know how make , don't want lose button's click because every button have own functionality.

you have idea?

thanks lot


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -