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¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsScrolling | Gets or sets a value indicating whether gets or sets information whether the user was scrolling for the last few seconds. |
| IsInteracted | Gets or sets a value indicating whether informs whether the user has taken an action related to scrolling. |
| Timeout | Gets or sets additional delay after which the [DynamicScrollBar](# should be hidden. |
Fields¶
| Name | Summary |
|---|---|
| static IsScrollingProperty | Property for [IsScrolling](# |
| static IsInteractedProperty | Property for [IsInteracted](# |
| static TimeoutProperty | Property for [Timeout](# |
Methods¶
| Name | Summary |
|---|---|
| OnMouseEnter | Method reporting the mouse entered this element. |
| OnMouseLeave | Method reporting the mouse leaved this element. |