TIconArrangement indicates how the icons for items are arranged.
TIconArrangement = ( iaTop, iaLeft );
enum TIconArrangement { iaTop, iaLeft };
ComCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|