PassiveScrollViewer class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.PassiveScrollViewer
Modifiers: public
Summary¶
A custom ScrollViewer that allows certain mouse events to bubble through when it's inactive.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class PassiveScrollViewer
class ScrollViewer
ScrollViewer <|-- PassiveScrollViewer
Inherits from: ScrollViewer
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsScrollSpillEnabled | Gets or sets a value indicating whether blocked inner scrolling should be propagated forward. |
Fields¶
| Name | Summary |
|---|---|
| static IsScrollSpillEnabledProperty | Identifies the [IsScrollSpillEnabled](# dependency property. |
Methods¶
| Name | Summary |
|---|---|
| OnMouseWheel | Responds to a click of the mouse wheel. |