Method | Description | |
---|---|---|
TouchScroll ( Panel, panel ) : System, |
pass in the panel you would like to be touch scrollable and it will be handled here.
|
Method | Description | |
---|---|---|
AssignEvents ( Control, control ) : void | ||
MouseDown ( object sender, MouseEventArgs, e ) : void | ||
MouseMove ( object sender, MouseEventArgs, e ) : void |
public TouchScroll ( Panel, panel ) : System, | ||
panel | Panel, | The root panel you need to scroll with |
return | System, |