C# Класс TouchScroll, code

Pass the panel into constructor and the control will be turned into a touch scrollable control.
Показать файл Открыть проект

Открытые методы

Метод Описание
TouchScroll ( Panel, panel ) : System,

pass in the panel you would like to be touch scrollable and it will be handled here.

Приватные методы

Метод Описание
AssignEvents ( Control, control ) : void
MouseDown ( object sender, MouseEventArgs, e ) : void
MouseMove ( object sender, MouseEventArgs, e ) : void

Описание методов

TouchScroll() публичный Метод

pass in the panel you would like to be touch scrollable and it will be handled here.
public TouchScroll ( Panel, panel ) : System,
panel Panel, The root panel you need to scroll with
Результат System,