| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version | ||||||||||
Arguments: list-view
Determines how icons in list-view are laid out
when they are arranged into a rectangular array. Such arrangement is
done only when the layout-style of the argument list-view is
either :small-icon or
:large-icon. (See arrange-icons and auto-arrange.)
The value can be :top or
:left. The default is :top.
When the value is :top, the icons are first laid
out in a row along the top of the window, then in a second row below
that, and so on. When the value is :left, then the
icons are first laid out in a column along the left side of the
window, then in a second column beside that, and so on.
See list-view.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version | ||||||||||