Show: Delphi
C++
Display Preferences
FMX.ListBox.TCustomListBox.FListStyle
From XE2 API Documentation
Delphi
FListStyle: TListStyle;
C++
TListStyle FListStyle;Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Specifies how the items are displayed in the list box.
FListStyle specifies whether the items in the list box are displayed vertically or horizontally.
FListStyle can be set to lsVertical or lsHorizontal.