ScrolledList 

A ScrolledList looks like a list of KxLabels in a ScrolledWindow and is easily 
confused with a read-only KxScrolledList. However, a ScrolledList is a standard 
Motif compound widget: a List within a ScrolledWindow. Since the ScrolledList 
is configurable, all ScrolledLists may not behave the same way. All of Sun MTPScan's
ScrolledLists (with the exception of the ones inside the FileSelectionDialog)
are set to complete default behavior. You may change them by setting resources
in the app-defaults file.

By default, the ScrolledList is in Browse Select mode. This means you can 
"browse" the selection list by mousing down and dragging inside (or outside) 
the ScrolledList. An inverse bar highlights the selection, and the bar moves 
from item to item as you drag the mouse. The ScrolledList automatically scrolls
as you drag the cursor above or below the ScrolledList. 

You make a selection by releasing the mouse button. You do not have to browse 
the list to make a selection; just click on the desired item. Unfortunately, 
there is no way to not select an entry after you have moused down inside the 
ScrolledList. The selection will be on the entry that is highlighted even if 
you can not see it. 

Another selection mode is called Default Selection. You can make a default 
selection by double clicking on an entry. Most ScrolledLists, default or not, 
always have this selection method active. An alternative to the Browse Select 
mode is Single Select mode. Refer to your Motif documentation for information
on this selection mode.

See also: FileSelectionDialog, HelpSelectionDialog
