FMX.ListBox.TListBox.ListStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListStyle: TListStyle read FListStyle write SetListStyle default 0;

C++

__property ListStyle = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

Description

Specifies how the items are displayed in the list box.

FMX.ListBox.TListBox.ListStyle inherits from FMX.ListBox.TCustomListBox.ListStyle. All content below this line refers to FMX.ListBox.TCustomListBox.ListStyle.

Specifies how the items are displayed in the list box.

ListStyle specifies whether the items in the list box are displayed vertically or horizontally.

ListStyle can be set to Vertical or Horizontal.

See Also