GraffitiSuite Docs
Docs
Graffitiresponsiverow
Loading document parsing libraries...
# GraffitiResponsiveRow Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | HeightModes | Pixel <br> Percentage | Supported height models. | | HorizontalAlignments | Default <br> Left <br> Center <br> Right | Supported row horizontal alignments. | | VerticalAlignments | Default <br> Top <br> Middle <br> Bottom | Supported row vertical alignments. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Add | (None) | Adds a new responsive cell to the row. | | Sub | AddAt | (None) | Inserts a row at the specified index. | | Sub | Close | (None) | | | Sub | Constructor | (None) | Creates a new instance of the class. | | Function | ItemAt | As | Returns the item at the specified index. | | Function | LastIndex | As | Returns the index of the last cell. | | Sub | Remove | (None) | Removes the specified cell. | | Sub | RemoveAll | (None) | Removes all cells. | | Sub | RemoveAt | (None) | Removes the specified cell. | | Sub | Update | (None) | Signals the parent to refresh. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | ActualHeight | Integer | Nil | The calculated height of the row. | | ActualTop | Integer | Nil | The calculated top position of the row. | | Attributes | cells | Nil | | | Attributes | mActualHeight | Integer | | | Attributes | mActualTop | Integer | | | Attributes | mParent | GraffitiResponsive | | | Height | Integer | Nil | The height of the row. Use -1 for automatic. | | HeightMode | HeightModes | Nil | Pixel or Percentage height interpretation. | | HorizontalAlignment | HorizontalAlignments | Nil | Determines horizontal placement of cells. | | Parent | GraffitiResponsive | Nil | | | Private | As | = | | | Private | As | = | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Tag | Variant | Nil | Data storage. | | VerticalAlignment | VerticalAlignments | Nil | Vertical positioning of cells within the row height. |