RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Position Property

Specifies the position of the list item.

Pascal
property Position: TPoint;
C++
__property TPoint Position;

Use Position to get or set the position of the list item. Position indicates the position, in client coordinates, of the list item's icon in the client area of the parent list view.

Note: Position has no effect unless the list view has a ViewStyle of vsIcon or vsSmallIcon.
 

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