ScrollBar overview

Constructors

 ConstructorOverloaded

Public Events

 ChangeSize
 Scrolled
 SetPosition

Public Methods

 Clone (inherited from Tool)
 GetBitmapEditor (inherited from Tool)Returns the associated bitmap icon for a given Tool class. This icon is used at Tools gallery ListBox and Tools Editor dialog.
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 MainRectangleReturns the rectangle that defines the boundaries of the scrollbar.
 ScrollRectangleReturns the rectangle that defines the boundaries of the scrollbar thumb.
 ToString (inherited from Tool)

Public Properties

 Active (inherited from Tool)Enables/Disables the indexed Tool.
 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.
 Chart (inherited from TeeBase)Chart associated with this object
 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.
 Summary (inherited from Tool)
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 ThumbBrushThe brush used to fill the scrollbar thumb.

See Also

ScrollBar Class | Steema.TeeChart.Tools Namespace