Hi,
The 4GL does not provide direct control over which scrollbars are visible, however this can be achieved indirectly by using the appropriate Windows API as demonstrated by the following code:
/* Scrollbars.p
Shows independent control horizontal and vertical scrollbars in a frame
using...