| Allegro CL version 9.0 This page is new in 9.0. |
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 is new in the 9.0 release.
Created 2019.8.20.
| Allegro CL version 9.0 This page is new in 9.0. |