ScrollBarMode Property (GcTextBox)
Gets or sets how to display the scroll bars.
'Declaration
Public Property ScrollBarMode As ScrollBarMode
'Usage
Dim instance As GcTextBox
Dim value As ScrollBarMode
instance.ScrollBarMode = value
value = instance.ScrollBarMode
Property Value
One of the
ScrollBarMode enumeration values that indicates whether a multiple-line edit displays the scroll bars as soon as the contents exceed the length of the control.
The default is
ScrollBarMode.Fixed.