scrollhoriz

Defines horizontal scrolling options for a field item.

Syntax

   <scrollhoriz>option</scrollhoriz>
Table 1. scrollhoriz parameter
Parameter Type Description
option never permit scrolling using the cursor but display no horizontal scroll bar
  always permit scrolling and display a horizontal scroll bar
  wordwrap wrap field contents from line to line, inhibit scrolling and display no horizontal scroll bar

Available in

field

Example

This sample sets the horizontal scrolling option to permit scrolling and to display the horizontal scroll bar.

   <scrollhoriz>always</scrollhoriz>

Usage details

  1. Default: never
  2. The scroll bar displays along the field's bottom edge.