This documentation is archived and is not being maintained.
ScrollBar Fields
Visual Studio 2010
The ScrollBar type exposes the following members.
| Name | Description | |
|---|---|---|
|
DeferScrollToHorizontalOffsetCommand | The command that notifies the ScrollViewer that the user is dragging the Thumb of the horizontal ScrollBar to the value that is provided in Parameter. |
|
DeferScrollToVerticalOffsetCommand | The command that notifies the ScrollViewer that the user is dragging the Thumb of the vertical ScrollBar to the value that is provided in Parameter. |
|
LineDownCommand | The command that scrolls a ScrollBar by a small amount in the vertical direction of increasing value of its Track. |
|
LineLeftCommand | The command that scrolls a ScrollBar by a small amount in the horizontal direction of decreasing value of its Track. |
|
LineRightCommand | The command that scrolls a ScrollBar by a small amount in the horizontal direction of increasing value of its Track. |
|
LineUpCommand | The command that scrolls a ScrollBar by a small amount in the vertical direction of decreasing value of its Track. |
|
OrientationProperty | Identifies the Orientation dependency property. |
|
PageDownCommand | The command that scrolls a ScrollBar by a large amount in the vertical direction of increasing value of its Track. |
|
PageLeftCommand | The command that scrolls a ScrollBar by a large amount in the horizontal direction of decreasing value of its Track. |
|
PageRightCommand | The command that scrolls a ScrollBar by a large amount in the horizontal direction of increasing value of its Track. |
|
PageUpCommand | The command that scrolls a ScrollBar by a large amount in the vertical direction of decreasing value of its Track. |
|
ScrollEvent | Identifies the Scroll routed event. |
|
ScrollHereCommand | The command that scrolls a ScrollBar to the point of the mouse click that opened the ContextMenu in the ScrollBar. |
|
ScrollToBottomCommand | The command that scrolls a ScrollBar to the Maximum value. |
|
ScrollToEndCommand | The command that scrolls the content to the lower-right corner of a ScrollViewer control. |
|
ScrollToHomeCommand | The command that scrolls the content to the upper-left corner of a ScrollViewer control. |
|
ScrollToHorizontalOffsetCommand | The command that scrolls a horizontal ScrollBar in a ScrollViewer to the value that is provided in Parameter. |
|
ScrollToLeftEndCommand | The command that scrolls a ScrollBar to the Minimum value for a horizontal ScrollBar. |
|
ScrollToRightEndCommand | The command that scrolls a ScrollBar to the Maximum value for a horizontal ScrollBar. |
|
ScrollToTopCommand | The command that scrolls a ScrollBar to the Maximum value for a vertical ScrollBar. |
|
ScrollToVerticalOffsetCommand | The command that scrolls a vertical ScrollBar in a ScrollViewer to the value that is provided in Parameter. |
|
ViewportSizeProperty | Identifies the ViewportSize dependency property. |
Show: