[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.ScrollBars

ScrollBars Property

ScrollBars

Gets or sets which scroll bars appear in a multiline GrapeCity.Win.Spread.InputMan.CellType.GcTextBox control.

Declaration
public ScrollBars ScrollBars { get; set; }
Public Property ScrollBars As ScrollBars
Property Value
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 default is None.

Remarks

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.

See Also
Multiline
AcceptsReturn
AcceptsTab
WrapMode
ScrollBarMode