GraffitiResponsive

Preview #

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
ResizedNoneNoneRaised when the control has been resized in the browser.
ResizingNoneNoneRaised when the control is being resized. May cause sluggishness due to its rapid fire nature.

Methods #

NameParametersReturn TypeDescription
Addrow as GraffitiResponsiveRowNoneAdds a new responsive row to the display.
AddAtindex as Integer
row as GraffitiResponsiveRow
NoneInserts a row at the specified index.
ItemAtindex as IntegerGraffitiResponsiveRowReturns the row at the specified index.
LastIndexNoneIntegerReturns the index of the last row.
Removerow as GraffitiResponsiveRowNoneRemoves the specified row.
RemoveAllNoneNoneRemoves all rows.
RemoveAtindex as IntegerNoneRemoves the row at the specified index.
UpdateNoneNoneSignals the control to recalculate and reposition elements.

Properties #

NameTypeDefault ValueDescription
CellPaddingInteger0Space reserved between cells on the same row.
LockUpdateBooleanFalseUsed to halt updates of the UI until set to False.
RowPaddingInteger0Space reserved between rows.

Examples #

This class currently has no examples.

Notes #

Table of widths for Cell sizes #

SizeMinimum Pixel WidthMaximum Pixel Width
Extra Small0575
Small576767
Medium768991
Large9921199
Extra Large12001399
Extra Extra Large1400Infinite