[]
Gets or sets how to display the scroll bars.
public ScrollBarMode ScrollBarMode { get; set; }
Public Property ScrollBarMode As ScrollBarMode
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.
|
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.