ScrollBarBase Properties |
The ScrollBarBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets or sets whether dragging by user is allowed.
(Inherited from DraggableObject.) | |
| AllowUserInteraction |
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.) | |
| BackgroundFill |
Background fill
| |
| Border |
Border around the bar
| |
| ButtonOptions |
Button options
| |
| Enabled |
Is scrollbar enabled or not
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.) | |
| KeyControlEnabled |
Is scrollbar listening to key presses or not
| |
| KeyControlFocus |
Key control focus rectangle line style.
| |
| LargeChange |
Large change
| |
| Maximum |
Maximum value
| |
| Minimum |
Minimum value
| |
| Offset |
Offset from position set by Alignment property
| |
| RepeatIntervalMs |
Repeat interval when user interactive device primary button is kept down, in milliseconds
| |
| ScrollBoxOptions |
Scroll box options
| |
| Size |
Size.
| |
| SmallChange |
Small change
| |
| Value |
Value
| |
| WheelChange |
User interactive device wheel change. Increment or decrement when wheel has scrolled over the scroll bar.
| |
| Visible |
Is scrollbar visible or not
|