Vcl.Ribbon.TCustomRibbonGroup.Rows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Rows: Integer read FRows write SetRows default 3;

C++

__property int Rows = {read=FRows, write=SetRows, default=3};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

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.