Table of Contents
Enumerations #
Name | Values |
---|---|
HeightModes | Pixel Percentage |
HorizontalAlignments | Default Left Center |
Vertical Alignments | Default Top Middle Bottom |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Add | cell as GraffitiResponsiveCell | None | Adds a new responsive cell to the row. |
AddAt | index as Integer cell as GraffitiResponsiveCell | None | Inserts a row at the specified index. |
Item | index as Integer | GraffitiResponsiveCell | Returns the row at the specified index. |
LastIndex | None | Integer | Returns the index of the last cell. |
Remove | cell as GraffitiResponsiveCell | None | Removes the specified cell. |
RemoveAll | None | None | Removes all cells. |
RemoveAt | index as Integer | None | Removes the specified cell. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Height | Integer | -1 | The height of the row. Use -1 for automatic. |
HeightMode | HeightModes | Default | Pixel or Percentage height interpretation. |
HorizontalAlignment | HorizontalAlignments | Default | Determines horizontal placement of cells. |
Tag | Variant | Nil | Data storage. |
VerticalAlignment | VerticalAlignments | Default | Vertical positioning of cells within the row height. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.