scrollvert

Defines vertical scrolling options for a field item.

Syntax

   <scrollvert>option</scrollvert>
Table 1. scrollvert parameter
Parameter Type Description
option never permit scrolling using the cursor but display no vertical scroll bar
  always permit scrolling and display a vertical scroll bar
  fixed inhibit scrolling and display no vertical scroll bars

Available in

field

Example

This sample sets the vertical scrolling option to inhibit all scrolling.

   <scrollvert>fixed</scrollvert>

Usage details

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