Vcl.ComCtrls.TListItem.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read GetTop write SetTop;

C++

__property int Top = {read=GetTop, write=SetTop, 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 top of the list view to the top of the list item.

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.

See Also