[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.ScrollBarMode

ScrollBarMode Property

ScrollBarMode

Gets or sets how to display the scroll bars.

Declaration
public ScrollBarMode ScrollBarMode { get; set; }
Public Property ScrollBarMode As ScrollBarMode
Property Value
Type Description
ScrollBarMode

One of the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.ScrollBarMode enumeration values that indicates whether the scroll bars are displayed as soon as the contents exceed the length of the control.
The default is Fixed.

Remarks

To display the scroll bars, you must have the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.Multiline property set to true. If set to Fixed, the scroll bars are displayed all the time. If set to Automatic, the scroll bars are visible only when the contents in the control exceed the length of the control.

See Also
ScrollBars