| Allegro CL version 6.1 Unrevised | |||||||||
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-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.
| Allegro CL version 6.1 Unrevised | |||||||||