Click or drag to resize

GH_VerticalScrollBar Properties

The GH_VerticalScrollBar type exposes the following members.

Properties
  NameDescription
Public propertyGrip
Gets the actual dimensions of the scroll bar grip.
Public propertyGripRegion
Gets the grip region for this scroll bar. The Grip Region is the area in which the grip can be found. It is essentially the Client area minus the padding.
Public propertyImpliedVerticalOffset
Gets or sets the offset of the target region as implied by the scroll ratio. If you set this value, the ratio is reverse engineered.
Public propertyScreenHeight
Gets or sets the height of the screen area (the visible area)
Public propertyTargetHeight
Gets or sets the height of the target area (the area being scrolled)
Public propertyTargetRatio
Gets or sets the scroll ration. If the scroll ratio is changed, the OnScrollRatioChanged event will be raised.
Top
See Also