The C1HScroller type exposes the following members.

Properties

  NameDescription
Public propertyButtonAlign
Gets or sets a value indicating the alignment of scroll buttons.
(Inherited from C1ScrollerBase.)
Public propertyButtonLocation
Gets or sets the horizontal scroll button location.
Public propertyDecreaseButtonOffsetX
Gets or sets the decrease button offset.
(Inherited from C1ScrollerBase.)
Public propertyDecreaseButtonOffsetY
Gets or sets the decrease button offset.
(Inherited from C1ScrollerBase.)
Public propertyHoverEdgeSpan
Gets or sets the hover edge span.
(Inherited from C1ScrollerBase.)
Public propertyIncreaseButtonOffsetX
Gets or sets the increase button offset.
(Inherited from C1ScrollerBase.)
Public propertyIncreaseButtonOffsetY
Gets or sets the increase button offset.
(Inherited from C1ScrollerBase.)
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.
(Inherited from C1ScrollerBase.)
Public propertyMaximum
Gets or sets the Maximum value for scroller.
(Inherited from C1ScrollerBase.)
Public propertyMinimum
Gets or sets Minimum value of the scroller.
(Inherited from C1ScrollerBase.)
Public propertyMode
Gets or sets the mode of this scroller.
(Inherited from C1ScrollerBase.)
Public propertyScrollbarLocation
Gets or sets the horizontal scrollbar location.
Public propertyShowArrows
Gets or sets a value indicating whether to show scroll bar arrows.
(Inherited from C1ScrollerBase.)
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.
(Inherited from C1ScrollerBase.)
Public propertyValue
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
(Inherited from C1ScrollerBase.)
Public propertyVisibility
Gets or sets visibility option for C1SuperPanel.
(Inherited from C1ScrollerBase.)

See Also