메소드 | 설명 | |
---|---|---|
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 |
public TouchScroll ( Panel, panel ) : System, | ||
panel | Panel, | The root panel you need to scroll with |
리턴 | System, |