| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
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-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |