Click or drag to resize
StyleVerticalScroll Property
Gets or sets the vertical scroll bar in a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool VerticalScroll { get; set; }

Property Value

Type: Boolean
true if a multiline edit control should display a vertical scrollbar, and false otherwise.
See Also