colSpacing
int
Space between columns
Specified in rem.
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
reverseOrderOnMobile
bool
When set to true, sets flex-direction to column-reverse on mobile
verticalAlignColumns
string
Used to align columns within the row vertically. Accepts same properties as CSS align-items
No examples yet.