FMX.ListBox.TListStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TListStyle = (Vertical, Horizontal);

C++

enum class DECLSPEC_DENUM TListStyle : unsigned char { Vertical, Horizontal, lsVertical _DEPRECATED_ATTRIBUTE3("Use TListStyle.Vertical")  = 0x0, lsHorizontal _DEPRECATED_ATTRIBUTE3("Use TListStyle.Horizontal")  = 0x1 };

Properties

Type Visibility Source Unit Parent
enum public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

Description

Specifies the direction in which the items in the list box are displayed.

TListStyle specifies whether the items are displayed horizontally or vertically inside a list box.

See Also