Click or drag to resize

VerticalScrollBar Properties

LightningChart .NET Help

The VerticalScrollBar type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Alignment.
Public propertyAllowDragging
Gets or sets whether dragging by user is allowed.
(Inherited from DraggableObject.)
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyBackgroundFill
Background fill
(Inherited from ScrollBarBase.)
Public propertyBorder
Border around the bar
(Inherited from ScrollBarBase.)
Public propertyButtonOptions
Button options
(Inherited from ScrollBarBase.)
Public propertyEnabled
Is scrollbar enabled or not
(Inherited from ScrollBarBase.)
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.)
Public propertyKeyControlEnabled
Is scrollbar listening to key presses or not
(Inherited from ScrollBarBase.)
Public propertyKeyControlFocus
Key control focus rectangle line style.
(Inherited from ScrollBarBase.)
Public propertyLargeChange
Large change
(Inherited from ScrollBarBase.)
Public propertyMaximum
Maximum value
(Inherited from ScrollBarBase.)
Public propertyMinimum
Minimum value
(Inherited from ScrollBarBase.)
Public propertyOffset
Offset from position set by Alignment property
(Inherited from ScrollBarBase.)
Public propertyRepeatIntervalMs
Repeat interval when user interactive device primary button is kept down, in milliseconds
(Inherited from ScrollBarBase.)
Public propertyScrollBoxOptions
Scroll box options
(Inherited from ScrollBarBase.)
Public propertySize
Size.
(Inherited from ScrollBarBase.)
Public propertySmallChange
Small change
(Inherited from ScrollBarBase.)
Public propertyValue
Value
(Inherited from ScrollBarBase.)
Public propertyWheelChange
User interactive device wheel change. Increment or decrement when wheel has scrolled over the scroll bar.
(Inherited from ScrollBarBase.)
Public propertyVisible
Is scrollbar visible or not
(Inherited from ScrollBarBase.)
Top
See Also