Property | Type | Description | |
---|---|---|---|
AnimateDurationProperty | |||
AnimateScrollProperty | |||
AnimateSplineProperty | |||
CanKeyboardScrollProperty | |||
HorizontalScrollOffsetProperty | |||
TargetHorizontalOffsetProperty | |||
TargetVerticalOffsetProperty | |||
VerticalScrollOffsetProperty |
Method | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
Called when an internal process or application calls M:System.Windows.FrameworkElement.ApplyTemplate, which is used to build the current template's visual tree.
|
Method | Description | |
---|---|---|
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Responds to specific keyboard input and invokes associated scrolling behavior.
|
|
OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void |
Invoked when an unhandled E:System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
Method | Description | |
---|---|---|
AniHScrollBar_ValueChanged ( object sender, RoutedPropertyChangedEventArgs |
||
AniVScrollBar_ValueChanged ( object sender, RoutedPropertyChangedEventArgs |
||
AnimateNow ( ) : void | ||
AnimatedScrollViewer ( ) : System | ||
HandleHWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void | ||
NormalizeScrollPos ( double scrollChange, Orientation o ) : double | ||
OnHorizontalScrollOffsetChanged ( |
||
OnTargetHorizontalOffsetChanged ( |
||
OnTargetVerticalOffsetChanged ( |
||
OnVerticalScrollOffsetChanged ( |
||
_realHorizontalScrollBar_ValueChanged ( object sender, RoutedPropertyChangedEventArgs |
||
_realVerticalScrollBar_ValueChanged ( object sender, RoutedPropertyChangedEventArgs |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | Required arguments for this event. |
return | void |
protected OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void | ||
e | System.Windows.Input.MouseWheelEventArgs | The |
return | void |
public static DependencyProperty,System.Windows AnimateDurationProperty | ||
return |
public static DependencyProperty,System.Windows AnimateScrollProperty | ||
return |
public static DependencyProperty,System.Windows AnimateSplineProperty | ||
return |
public static DependencyProperty,System.Windows CanKeyboardScrollProperty | ||
return |
public static DependencyProperty,System.Windows HorizontalScrollOffsetProperty | ||
return |
public static DependencyProperty,System.Windows TargetHorizontalOffsetProperty | ||
return |
public static DependencyProperty,System.Windows TargetVerticalOffsetProperty | ||
return |