RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Top Property

Specifies the distance, in pixels, from the top of the list view to the top of the list item.

Pascal
property Top: Integer;
C++
__property int Top;

Use Top to vertically position the list item within the list view. Only use the Top property when the ViewStyle property of the list view is vsIcon or vsSmallIcon. 

 

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