Vcl.ComCtrls.TListItem.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer read GetLeft write SetLeft;

C++

__property int Left = {read=GetLeft, write=SetLeft, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

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

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.

See Also