Property | Type | Description | |
---|---|---|---|
FrictionProperty |
Method | Description | |
---|---|---|
ScrollToCenterTarget ( Point target ) : void |
Method | Description | |
---|---|---|
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
Get position and CaptureMouse
|
|
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void |
If IsMouseCaptured scroll to correct position. Where position is updated by animation timer
|
|
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void |
Release MouseCapture if its captured
|
Method | Description | |
---|---|---|
FrictionScrollViewer ( ) : System |
Overrides metadata
|
|
HandleWorldTimerTick ( object sender, |
Animation timer tick, used to move the scrollviewer incrementally to the desired position. This also uses the friction setting when determining how much to move the scrollviewer
|
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
return | void |
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
return | void |
public ScrollToCenterTarget ( Point target ) : void | ||
target | Point | |
return | void |