Class FScrollView
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class FScrollView : ScrollViewer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
FScrollView
- Implements
- Inherited Members
- Extension Methods
Fields
IsBottomEndProperty
public static readonly DependencyProperty IsBottomEndProperty
Field Value
IsLefHomeProperty
public static readonly DependencyProperty IsLefHomeProperty
Field Value
IsRightEndProperty
public static readonly DependencyProperty IsRightEndProperty
Field Value
IsTopHomeProperty
public static readonly DependencyProperty IsTopHomeProperty
Field Value
MouseWheelOrientationProperty
public static readonly DependencyProperty MouseWheelOrientationProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IsBottomEnd
public bool IsBottomEnd { get; set; }
Property Value
IsLefHome
public bool IsLefHome { get; set; }
Property Value
IsRightEnd
public bool IsRightEnd { get; set; }
Property Value
IsTopHome
public bool IsTopHome { get; set; }
Property Value
MouseWheelOrientation
public Orientation MouseWheelOrientation { get; set; }
Property Value
ToolKey
public static ComponentResourceKey ToolKey { get; }
Property Value
Methods
OnMouseWheel(MouseWheelEventArgs)
Responds to a click of the mouse wheel.
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
e
MouseWheelEventArgsRequired arguments that describe this event.
OnScrollChanged(ScrollChangedEventArgs)
Called when a change in scrolling state is detected, such as a change in scroll position, extent, or viewport size.
protected override void OnScrollChanged(ScrollChangedEventArgs e)
Parameters
e
ScrollChangedEventArgsThe ScrollChangedEventArgs that contain information about the change in the scrolling state.