Skip to content

DynamicScrollBar class

Attributes: [ToolboxItem(true)] [ToolboxBitmap]

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.DynamicScrollBar Modifiers: public

Summary

Custom ScrollBar with events depending on actions taken by the user.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class DynamicScrollBar
class ScrollBar
ScrollBar <|-- DynamicScrollBar

Inherits from: ScrollBar

Constructors

NameSummary
.ctor

Properties

NameSummary
IsScrollingGets or sets a value indicating whether gets or sets information whether the user was scrolling for the last few seconds.
IsInteractedGets or sets a value indicating whether informs whether the user has taken an action related to scrolling.
TimeoutGets or sets additional delay after which the [DynamicScrollBar](# should be hidden.

Fields

NameSummary
static IsScrollingPropertyProperty for [IsScrolling](#
static IsInteractedPropertyProperty for [IsInteracted](#
static TimeoutPropertyProperty for [Timeout](#

Methods

NameSummary
OnMouseEnterMethod reporting the mouse entered this element.
OnMouseLeaveMethod reporting the mouse leaved this element.
Inherited members