Enabled
This property assumes a value of "0" if the Scroll-Pane control is disabled, "1" if it is enabled.
When a Scroll-Pane is disabled, all the controls inside are disabled as well.
 
Example - Modify a scroll pane to disable it
procedure division.
...
  modify screen-1-sp-1 enabled 0
...