API:FMX.ListView.TListView.SideSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SideSpace: Integer read FSideSpace write SetSideSpace default 0;

C++

__property SideSpace = {default=0};

Properties

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

Description

Specifies the space in logical units on all sides around the list box, encompassing the items.

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

Specifies the space in logical units on all sides around the list box, encompassing the items.

See Also