advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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