CListCtrl::Arrange

Call this member function to reposition 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 function does not change the items' indexes.

Syntax

BOOL Arrange( UINT nCode );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListCtrl Overview, CListCtrl Member Functions, Control Classes, CListCtrl::EnsureVisible