I am trying to use the Stack component as it comes closest to a CSS Flex solution, I'd like to wrap a number of wide items in a Z order instead for an N order (left to right instead of top to bottom first). When you create elements that would extend outside of the component and select "Wrap", I'd expect them to break onto a new line. Instead it keeps making the elements smaller or worse, places them outside of the component.
In fact the whole Wrap option does not seem to have any effect on the component.
I use Wrap: wrap and the following edits to the 4 items (larger width):
<RadzenCard class="p-1 rz-background-color-info rz-color-on-info rz-text-align-center" style="height: 40px; width: 400px;">
A
</RadzenCard>