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 horizontal alignments. | | VerticalAlignments | Default <br> Top <br> Middle <br> Bottom | Supported 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) | | | Constructor | ParamArray Cells() as GraffitiResponsiveCell | (None) | Creates a new instance of the class. | | Item | index as Integer | GraffitiResponsiveCell | Returns the row at the specified index. | | Remove | cell as GraffitiResponsiveCell | (None) | Removes the specified cell. | | Remove | index as Integer | (None) | Removes the specified cell. | | RemoveAll | (None) | (None) | Removes all cells. | | Attributes | Hidden | toJavaScript | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mParent | Nil | | | 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. | | ID | String | Nil | | | Indicator | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the row's background. | | Style | GraffitiStyle | Nil | GraffitiStyle to apply to the row. Note that CSS may cascade to cells. | | Tag | Variant | Nil | Data storage. | | VerticalAlignment | VerticalAlignments | Nil | Vertical positioning of cells within the row height. |