Unit 'MUIClass.Group' Package
[Overview][Classes][Index] [#MUIClass]

TMUIGroup.Rows

Number of rows in a two dimensional group.

Declaration

Source position: MUIClass.Group.pas line 55

published property TMUIGroup.Rows : Integer
  read FRows
  write SetRows
  default 0;

Description

If you use this tag, the total number of children must be dividable by the number of rows.

The children will be positioned in a two dimensional array, e.g. allowing easy creation of button fields (maybe for calculator).

When MUI layouts two-dimensional groups, it does actually two layout calculations, one for the rows and one the columns. Parameters like weights and dimensions are handled this way:

Actually, there is no difference if you use Columns or Rows.

See also

Columns

  

Indicate number of columns in a two dimensional group.


Documentation generated on: 2024-03-29