ScrollBarMode Property (GcComboBox)
Gets or sets how to display the scroll bars in drop-down window.
'Declaration
Public Property ScrollBarMode As ScrollBarMode
'Usage
Dim instance As GcComboBox
Dim value As ScrollBarMode
instance.ScrollBarMode = value
value = instance.ScrollBarMode
Property Value
One of the
ScrollBarMode enumerations indicating how to display the scroll bars.
The default is
ScrollBarMode.Automatic.