HorizontalScrollBar Properties |
The HorizontalScrollBar type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
Alignment.
| |
| AllowDragging |
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.) | |
| AllowUserInteraction |
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.) | |
| BackgroundFill |
Gets or sets background fill. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Border |
Gets or sets border around the bar. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| ButtonOptions |
Gets or sets button options. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| Enabled |
Gets or sets if scrollbar is enabled or not. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.) | |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| KeyControlEnabled |
Gets or sets if scrollbar is listening to key presses or not. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| KeyControlFocus |
Gets or sets key control focus rectangle line style. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| LargeChange |
Gets or sets large change. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Maximum |
Gets or sets maximum value. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Minimum |
Gets or sets minimum value. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Offset |
Gets or sets offset from position set by Alignment property. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| RepeatIntervalMs |
Gets or sets repeat interval when user interactive device primary button is kept down, in milliseconds. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| ScrollThumbOptions |
Gets or sets scroll box options. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Size |
Gets or sets size. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| SmallChange |
Gets or sets small change. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Value |
Gets or sets value. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| WheelChange |
Gets or sets user interactive device wheel change. Increment or decrement when wheel has scrolled over the scroll bar. This is a dependency property.
(Inherited from ScrollBarBase.) | |
| Visible |
Gets or sets if scrollbar is visible or not. This is a dependency property.
(Inherited from ScrollBarBase.) |