[]
Gets or sets which scroll bars appear in a multiline GrapeCity.Win.Spread.InputMan.CellType.GcTextBox control.
public ScrollBars ScrollBars { get; set; }
Public Property ScrollBars As ScrollBars
Type | Description |
---|---|
ScrollBars | One of the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.ScrollBars enumeration values
that indicates whether a multiline GrapeCity.Win.Spread.InputMan.CellType.GcTextBox
control appears with no scroll bars, a horizontal scroll bar, a vertical
scroll bar, or both. |
The horizontal scroll bars are not shown if the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.WrapMode property is set to WrapMode.WordWrap or WrapMode.CharWrap, regardless of the value of the ScrollBars property.