Search
ScrollBar Properties
 


 Public Properties

  Name Description

BackgroundBrush

Gets or sets the brush used to fill the scroll bar background.

BackgroundBrushDisabled

Gets or sets the brush used to fill the scroll bar background when the scroll bar is disabled.

BackgroundBrushDown

Gets or sets the brush used to fill the scroll bar background as indication when the user clicks in it.

ButtonBackgroundBrush

Gets or sets the brush used to fill the scroll bar buttons when they are in normal state.

ButtonBackgroundBrushDisabled

Gets or sets the brush used to fill scroll bar buttons when the scroll bar is disabled.

ButtonBackgroundBrushDown

Gets or sets the brush used to fill the scroll bar buttons when they are pressed.

ButtonBackgroundBrushOver

Gets or sets the brush used to fill the scroll bar buttons when they are pointed with the mouse.

ButtonBorderBrush

Gets or sets the brush used to draw the border of scroll bar buttons.

ButtonBorderBrushDisabled

Gets or sets the border brush used to draw the border of scroll bar buttons when the scroll bar is disabled.

ButtonBorderBrushDown

Gets or sets the brush used to draw the border of scroll bar buttons when they are pressed.

ButtonBorderBrushOver

Gets or sets the brush used to draw the border of scroll bar buttons when they are pointed with the mouse.

ButtonBorderThickness

Gets or sets the border thickness of the scroll bar buttons.

ButtonSize

Gets or sets the size of the buttons in the scroll bar.

Enabled

Gets or sets a value indicating whether the control can respond to user interaction.

ForegroundBrush

Gets or sets the brush used to draw the content of scroll bar elements when they are in normal state.

ForegroundBrushDisabled

Gets or sets the brush used to draw the content of scroll bar elements when the scroll bar is disabled.

ForegroundBrushDown

Gets or sets the brush used to draw the content of scroll bar elements when they are pressed.

ForegroundBrushOver

Gets or sets the brush used to draw the content of scroll bar elements when they are pointed with the mouse.

Height

Gets or sets the height of the scrollbar.

IsHorizontal

Gets or sets a value indicating whether the scrollbar is horizontal.

IsVertical

Gets or sets a value indicating whether the scrollbar is vertical.

LargeChange

Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a large distance.

Maximum

Gets or sets the upper limit of values of the scrollable range.

Minimum

Gets or sets the lower limit of values of the scrollable range.

SmallChange

Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance.

TabStop

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

ThumbBackgroundBrush

Gets or sets the brush used to fill the scroll bar thumb when it is in normal state.

ThumbBackgroundBrushDisabled

Gets or sets the brush used to fill scroll bar thumb when the scroll bar is disabled.

ThumbBackgroundBrushDown

Gets or sets the brush used to fill the scroll bar thumb when it is pressed.

ThumbBackgroundBrushOver

Gets or sets the brush used to fill the scroll bar thumb when it is pointed with the mouse.

ThumbBorderBrush

Gets or sets the brush used to draw the border of scroll bar thumb.

ThumbBorderBrushDisabled

Gets or sets the border brush used to draw the border of scroll bar thumb when the scroll bar is disabled.

ThumbBorderBrushDown

Gets or sets the brush used to draw the border of scroll bar thumb when it is pressed.

ThumbBorderBrushOver

Gets or sets the brush used to draw the border of scroll bar thumb when it is pointed with the mouse.

ThumbBorderThickness

Gets or sets the border thickness of the scroll bar thumb.

Value

Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.

Width

Gets or sets the width of the scrollbar.

 See Also