2.289 .rowcount

The attribute defines the number of rows.

Definition

  • Data type

    integer

  • Access

    get, set

  • changed event

    yes

tablefield

This attribute defines the total number of rows in a tablefield. The value range is from 0 to 65535.

This number does not necessarily have to be used in the actual tablefield, but it is used to ensure the correctness of the vertical scrollbar.

listview

This attribute defines the number of list items.

The value range of .rowcount is 0 … n (n > 0).

The value of .rowcount can be implicitly increased by adding one new row to .content at a time.

For invalid values, the default value 0 is used. The attribute value is not changed, however.

Note

Changing the attribute in the visible state may cause the object to flicker.

See also

Attribute .colcount