Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
Definition |
Parameters |
Description |
Resized |
None |
Raised when the control has been resized in the browser. |
Methods #
Definition |
Parameters |
Return Type |
Description |
Add |
row as GraffitiResponsiveRow |
None |
Adds a new responsive row to the display. |
AddAt |
index as Integer |
None |
Inserts a row at the specified index. |
row as GraffitiResponsiveRow |
Item |
index as Integer |
GraffitiResponsiveRow |
Returns the row at the specified index. |
LastIndex |
None |
Integer |
Returns the index of the last row. |
Remove |
index as Integer |
None |
Removes the specified row. |
Remove |
row as GraffitiResponsiveRow |
None |
RemoveAll |
None |
None |
Removes all rows. |
Properties #
Name |
Type |
Default Value |
Description |
This class exposes no properties.
Examples #
This class currently has no examples.
Notes #
Table of widths for Cell sizes #
Size |
Minimum Pixel Width |
Maximum Pixel Width |
Extra Small |
0 |
575 |
Small |
576 |
767 |
Medium |
768 |
991 |
Large |
992 |
1199 |
Extra Large |
1200 |
Infinite |