Table of Contents

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

DependencyProperty

IsLefHomeProperty

public static readonly DependencyProperty IsLefHomeProperty

Field Value

DependencyProperty

IsRightEndProperty

public static readonly DependencyProperty IsRightEndProperty

Field Value

DependencyProperty

IsTopHomeProperty

public static readonly DependencyProperty IsTopHomeProperty

Field Value

DependencyProperty

MouseWheelOrientationProperty

public static readonly DependencyProperty MouseWheelOrientationProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

IsBottomEnd

public bool IsBottomEnd { get; set; }

Property Value

bool

IsLefHome

public bool IsLefHome { get; set; }

Property Value

bool

IsRightEnd

public bool IsRightEnd { get; set; }

Property Value

bool

IsTopHome

public bool IsTopHome { get; set; }

Property Value

bool

MouseWheelOrientation

public Orientation MouseWheelOrientation { get; set; }

Property Value

Orientation

ToolKey

public static ComponentResourceKey ToolKey { get; }

Property Value

ComponentResourceKey

Methods

OnMouseWheel(MouseWheelEventArgs)

Responds to a click of the mouse wheel.

protected override void OnMouseWheel(MouseWheelEventArgs e)

Parameters

e MouseWheelEventArgs

Required 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 ScrollChangedEventArgs

The ScrollChangedEventArgs that contain information about the change in the scrolling state.