API:FMX.ListView.TListView.ItemSpaces

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemSpaces: TBounds read FItemSpaces write SetItemSpaces;

C++

__property ItemSpaces;

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Specifies the space in logical units around the content of each list item.

FMX.ListView.TListView.ItemSpaces inherits from FMX.ListView.TListViewBase.ItemSpaces. All content below this line refers to FMX.ListView.TListViewBase.ItemSpaces.

Specifies the space in logical units around the content of each list item.

See Also