advr.hlp (Topic list)
ScrollBars Property Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.]textbox.ScrollBars
 
 Usage Notes
   ■ Use this property to add scroll bars to a text box with the MultiLine
     property set to True (-1).
 
   ■ MultiLine must be set to True (-1) before the ScrollBars property is
     active at design time. See: MultiLine Property
 
   ■ At run time, the operating environment automatically puts into effect a
     standard keyboard interface when vertical scroll bars are present. This
     enables navigation in text box controls with the arrow keys, Home and
     End keys, and so on.
 
   ■ Adding vertical scroll bars to a large multiline text box further
     facilitates browsing and navigating through the text; adding horizontal
     scroll bars affects word wrapping.
 
   See: Horizontal Scroll Bar Control  Vertical Scroll Bar Control