Table Arrangement¶
Category | Requires | Version |
---|---|---|
Layout > General | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A formatting element in which to place components that should be displayed in tabular form.
Properties¶
Columns¶
Number Default: 2 Write - Designer
Columns property getter method.
Height¶
Number Read Write - Blocks
Specifies the component's vertical height, measured in pixels.
Height Percent¶
Number Write - Blocks
Specifies the component's vertical height as a percentageof the height of its parent Component.
Rows¶
Number Default: 2 Write - Designer
Rows property getter method.
Visible¶
Boolean Default: True Read Write - Designer Blocks
Returns true iff the component is visible.
Width¶
Number Read Write - Blocks
Specifies the component's horizontal width, measured in pixels.
Width Percent¶
Number Write - Blocks
Specifies the component's horizontal width as a percentageof the Width of its parent Component.
Last update: November 9, 2022