Native mobile, how to implement flex wrap to force overflowing child elements to next row

0
Native mobile, how to force a listview to wrap overflowing items to a new row? As part of the custom.js, this is what I’ve got, where customListView is the class used in the modeler for the listview: export const customListView = { container: { flex: 1, width: 200, height: 100, alignItems: 'flex-start', alignContent: 'flex-start', flexWrap: 'wrap', listItem: { flex: 1, width: 10, height: 10 } } } Mendix version 8.1.1 Any advice is welcome.
asked
0 answers