Click or drag to resize
ScrollBarId Enumeration
This enumeration specifies the scroll bar to perform a function on.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum ScrollBarId
Members
  Member nameValueDescription
Horz0 Horizontal scroll bar
Vert1 Vertical scroll bar
Both3 Both scroll bars
Remarks
The enumeration represents the scroll bars that exist on a window.
See Also