GraffitiResponsiveRow

Enumerations #

Name Values
HeightModes Pixel
Percentage
HorizontalAlignments Default
Left
Center
Vertical Alignments Default
Top
Middle
Bottom

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Description

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 None Inserts a row at the specified index.
cell as GraffitiResponsiveCell
Item index as Integer GraffitiResponsiveCell Returns the row at the specified index.
LastIndex None Integer Returns the index of the last cell.
Remove index as Integer None Removes the specified cell.
Remove cell as GraffitiResponsiveCell None
RemoveAll None None Removes all cells.

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.
Indicator WebUIControl.Indicators Default 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 Default Vertical positioning of cells within the row height.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.