'Declaration
Public Property ScrollBarMode As ScrollBarMode
'Usage
Dim instance As GcTextBoxCellType Dim value As ScrollBarMode instance.ScrollBarMode = value value = instance.ScrollBarMode
public ScrollBarMode ScrollBarMode {get; set;}
Property Value
One of the 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 ScrollBarMode.Fixed.