CListCtrl::Arrange

This method repositions items in an icon view so that they align on a grid. The nCode parameter specifies the alignment style and an optional sort order. If no sort flag is included with nCode, this method does not change the items’ indexes.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL Arrange( UINT nCode );

See Also

CListCtrl::EnsureVisible