RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Left Property

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

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!