SCROLLBAR_CONFIG

The SCROLLBAR_CONFIG element allows a vertical scrollbar to appear on a LIST or CLUSTER element after a maximum height is reached. It can contain two or less ENABLE_SCROLLBARS elements. The ENABLE_SCROLLBARS element has the following attributes:

Figure 1. Scrollbar Configuration
<SCROLLBAR_CONFIG>
  <ENABLE_SCROLLBARS TYPE="LIST" MAX_HEIGHT="150" />
  <ENABLE_SCROLLBARS TYPE="CLUSTER" MAX_HEIGHT="100" />
</SCROLLBAR_CONFIG>

Please note if the SCROLLBAR_CONFIG element is not specified no LIST or CLUSTER element will display a vertical scrollbar.