System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Enum
This enumeration is used by .
Not all controls support scroll bars. Use this enumeration to specify which scroll bars will be visible on a control, either under some or all circumstances.
Specifies which scroll bars will be visible on a control.
Field
System.Windows.Forms.ScrollBars
Both horizontal and vertical scroll bars are shown.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ScrollBars
Only horizontal scroll bars are shown.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ScrollBars
No scroll bars are shown.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ScrollBars
Only vertical scroll bars are shown.
1.0.5000.0
2.0.0.0