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 | | --- | :---: | :---: | --- | | Add | cell as GraffitiResponsiveCell | (None) | Adds a new responsive cell to the row. | | AddAt | index as Integer <br> cell as GraffitiResponsiveCell | (None) | Inserts a row at the specified index. | | Close | (None) | (None) | (None) | | Constructor | ParamArray Cells() as GraffitiResponsiveCell | (None) | Creates a new instance of the class. | | ItemAt | index as Integer | GraffitiResponsiveCell | Returns the item 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. | | Update | (None) | (None) | Signals the parent to refresh. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | ActualHeight | Integer | (None) | The calculated height of the row. | | ActualTop | Integer | (None) | The calculated top position of the row. | | Attributes | cells | (None) | (None) | | Attributes | mActualHeight | Integer | (None) | | Attributes | mActualTop | Integer | (None) | | Attributes | mParent | GraffitiResponsive | (None) | | Height | Integer | (None) | The height of the row. Use -1 for automatic. | | HeightMode | HeightModes | (None) | Pixel or Percentage height interpretation. | | HorizontalAlignment | HorizontalAlignments | (None) | Determines horizontal placement of cells. | | Parent | GraffitiResponsive | (None) | (None) | | Tag | Variant | (None) | Data storage. | | VerticalAlignment | VerticalAlignments | (None) | Vertical positioning of cells within the row height. |