Hi, I’d have thought it would have been possible to have a Grid as a FlexItem in a FlexBox layout but it seems not to be possible? Is there a way of doing this? thx
1 Like
Easiest way would be to just add the components you want in the Grid to a ‘GridContainer’ component, do the grid layout in its resized()
method and then add that component to the flex box?
1 Like