GraffitiResponsiveRow

Enumerations #

NameValues
HeightModesPixel
Percentage
HorizontalAlignmentsDefault
Left
Center
Vertical AlignmentsDefault
Top
Middle
Bottom

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

DefinitionParametersReturn TypeDescription
Addcell as GraffitiResponsiveCellNoneAdds a new responsive cell to the row.
AddAtindex as Integer
cell as GraffitiResponsiveCell
NoneInserts a row at the specified index.
Itemindex as IntegerGraffitiResponsiveCellReturns the row at the specified index.
LastIndexNoneIntegerReturns the index of the last cell.
Removecell as GraffitiResponsiveCellNoneRemoves the specified cell.
RemoveAllNoneNoneRemoves all cells.
RemoveAtindex as IntegerNoneRemoves the specified cell.

Properties #

NameTypeDefault ValueDescription
HeightInteger-1The height of the row. Use -1 for automatic.
HeightModeHeightModesDefaultPixel or Percentage height interpretation.
HorizontalAlignmentHorizontalAlignmentsDefaultDetermines horizontal placement of cells.
TagVariantNilData storage.
VerticalAlignmentVerticalAlignmentsDefaultVertical positioning of cells within the row height.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.