ScrollBar overview

Constructors

 ConstructorOverloaded

Public Events

 ChangeSize
 Scrolled
 SetPosition

Public Methods

 MainRectangleReturns the rectangle that defines the boundaries of the scrollbar.
 ScrollRectangleReturns the rectangle that defines the boundaries of the scrollbar thumb.

Public Properties

 ArrowBrushThe brush used to fill the up/left and down/right "arrows".
 AutoRepeatWhen True (the default), the scrollbar will repeat mouse clicks when leaving the mouse button pressed.
 BevelStyle for the scrollbar border.
 BrushElement Brush characteristics.
 DescriptionGets descriptive text.
 DrawStyleDefines when the scrollbar is displayed. Values are "Always" and "WhenNeeded".
 GradientGradient properties used to fill the main scrollbar rectangle.
 HorizontalTrue when the scrollbar is horizontal, False if it is vertical.
 InitialDelayThe amount in milliseconds that the scrollbar will delay before starting the auto-repeat feature. See also the AutoRepeat property.
 MinThumbSizeNumber of pixels that define the minimum size (width or height) of the scrollbar thumb indicator.
 PenElement Pen characteristics.
 PositionThe value where the scrollbar thumb is positioned in respect the scrollbar virtual Size property. See also the Size property.
 SizeThe total scrollbar virtual Size magnitude. See also the Position property.
 ThumbBrushThe brush used to fill the scrollbar thumb.

See Also

ScrollBar Class | Steema.TeeChart.Tools Namespace