RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIconOptions.Arrangement Property

Determines where the items are to be aligned in the view.

Pascal
property Arrangement: TIconArrangement;
C++
__property TIconArrangement Arrangement;

Set Arrangement to indicate whether the view should display icon entries in rows or columns. Arrangement has no effect on the arrangement of entries in the view when the ViewStyle is not vsIcon or vsSmallIcon. These are the possible values of Arrangement:

Value 
Meaning 
iaTop  
Items are aligned left to right in rows at the top of the view control  
iaLeft  
Items are aligned in columns top to bottom at the left of the view control  

 

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