Skip to content

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

NameSummary
.ctor

Properties

NameSummary
IsScrollSpillEnabledGets or sets a value indicating whether blocked inner scrolling should be propagated forward.

Fields

NameSummary
static IsScrollSpillEnabledPropertyIdentifies the [IsScrollSpillEnabled](# dependency property.

Methods

NameSummary
OnMouseWheelResponds to a click of the mouse wheel.

Derived types

Inherited members