RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Indent Property

Specifies how far the list item is indented.

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

Use Indent to get or set how far the list item is indented when the listview's ViewStyle property is vsReport. Indent specifies the factor times which the Width property of the SmallImages image list is multiplied to obtain the indent in a report style list view. That is, items are indented by

Indent*ListView.SmallImages.Width.

 

Indent*ListView->SmallImages->Width

 

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