| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: grid-widget
Returns whether any scrollable grid-section
of the
specified grid-widget
will
automatically scroll as needed when the user drags
a grid-subsection
past a
boundary of its parent grid-section
. (A grid-subsection
is either a grid-column
or a grid-row
.) The setf of this function may be called to modify
the value for a particular grid-widget, or the value can be specified
at creation time by passing
a scroll-parent-section-while-dragging initarg to
make-instance.
When enabled, this option will scroll additional subsections of the parent section into view as the user drags a subsection, so that they can drop the subsection between siblings that were not initially visible.
The value can be one of the following:
nil
, meaning no automatic scrolling is done.
The user can still drag a subsection outside of the boundaries of the
parent section and then drop it, but they won't be able to see where
the subsection is being dropped amoung its siblings until the drop is
done.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |