Vcl.ComCtrls.TListItem.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position: TPoint read GetPosition write SetPosition;

C++

__property System::Types::TPoint Position = {read=GetPosition, write=SetPosition};

Properties

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

Description

Specifies the position of the list item.

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.

See Also