| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||
Arguments: list-view &key align
This function moves the icons in a list-view control if needed so that
they are aligned horizontally and vertically and spaced equally. This
is done only if the current layout-style is either
:large-icon or :small-icon,
since otherwise the items always appear as a single vertical list.
The items will be arranged according to the value of the alignment property of the
list-view.
This function will probably be needed only if the list-view is resized and its auto-arrange property is false, or if the function (setf list-view-item-position) has been used on some of the list-view's items.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||