FMX.Layouts.TGridPanelLayout.TCellSpan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCellSpan = 1..MaxInt;

C++

typedef int TCellSpan;

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridPanelLayout

Description

Specifies the maximum number of rows or columns a TControlItem can span on.

TControlItem control items can span on several cells in a row or column in a TGridPanelLayout grid panel layout. The number of rows or columns that a control item spans on is set by the ColumnSpan and RowSpan properties of a TControlItem control item.

See Also