The C1ScrollerBase type exposes the following members.

Properties

  NameDescription
Public propertyButtonAlign
Gets or sets a value indicating the alignment of scroll buttons.
Public propertyDecreaseButtonOffsetX
Gets or sets the decrease button offset.
Public propertyDecreaseButtonOffsetY
Gets or sets the decrease button offset.
Public propertyHoverEdgeSpan
Gets or sets the hover edge span.
Public propertyIncreaseButtonOffsetX
Gets or sets the increase button offset.
Public propertyIncreaseButtonOffsetY
Gets or sets the increase button offset.
Public propertyLargeChange
Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
Public propertyMaximum
Gets or sets the Maximum value for scroller.
Public propertyMinimum
Gets or sets Minimum value of the scroller.
Public propertyMode
Gets or sets the mode of this scroller.
Public propertyShowArrows
Gets or sets a value indicating whether to show scroll bar arrows.
Public propertySmallChange
Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance.
Public propertyValue
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
Public propertyVisibility
Gets or sets visibility option for C1SuperPanel.

See Also