FMX.ListBox.TCustomListBox.ListStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListStyle: TListStyle read FListStyle write SetListStyle  default TListStyle.Vertical;

C++

__property TListStyle ListStyle = {read=FListStyle, write=SetListStyle, default=0};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

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