RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIconOptions.AutoArrange Property

Determines if icons in a view are automatically rearranged when an item is added, removed, or moved.

Pascal
property AutoArrange: Boolean;
C++
__property Boolean AutoArrange;

Set AutoArrange to specify whether the view should rearrange its items whenever changes are made. If AutoArrange is true, the icons are automatically arranged. If AutoArrange is false, the icons are not arranged until the Arrange method of the view is called. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!