| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: class-grid
Returns whether the user can interactively scroll
a class-grid
horizontally,
to bring other grid columns into view. This works by internally
setting the scrollbars
property of the body column-section to true.
The value may be set by passing
the horizontally-scrollable initarg to
make-instance when creating
the class-grid
, or by
calling (setf
horizontally-scrollable) later. The default value is true.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |