RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TIconArrangement Enumeration

TIconArrangement indicates how the icons for items are arranged.

Pascal
TIconArrangement = (
  iaTop,
  iaLeft
);
C++
enum TIconArrangement {
  iaTop,
  iaLeft
};

These are the possible TIconArrangement values:

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!