Click or drag to resize
ScrollBarVisibility Enumeration
This enumeration specifies the modes for a scroll bar.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum ScrollBarVisibility
Members
  Member nameValueDescription
Disabled0 Scroll bar is always disabled and invisible.
Enabled9 Scroll bar is always enabled and visible.
Automatic10 Scroll bar is visible when necessary and invisible when not needed.
Remarks
The enumeration represents the modes for the scroll bars. Scroll bars can be automatically displayed when needed, always visible or alway disabled as specified by the scroll bar modes enumeration.
See Also