Vcl.Ribbon.TRibbonGroup.Rows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Rows: Integer read FRows write SetRows default 3;

C++

__property Rows = {default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonGroup

Description

Number of Rows in group has for controls.

Vcl.Ribbon.TRibbonGroup.Rows inherits from Vcl.Ribbon.TCustomRibbonGroup.Rows. All content below this line refers to Vcl.Ribbon.TCustomRibbonGroup.Rows.

Number of Rows in group has for controls.

Rows is the number of Rows the group has for displaying controls. A group must have at least 1 row and a maximum of 3.