Hello,
Is it possible to have a WrapPanel with adaptive layout and different width for each item ?
For exemple: I have 3 cards, first with 500 width, second with 300 width and third with 300 width.
I tried <WrapPanel Orientation="Horizontal" ItemWidth="500" ge:WrapPanelEx.AdaptiveLayout="True"> but the result is not good. It creates margin arround cards with 300 width.
So when I reduce the screen size, cards go underneath while they could fit on the same line.

Hello,
Is it possible to have a WrapPanel with adaptive layout and different width for each item ?
For exemple: I have 3 cards, first with 500 width, second with 300 width and third with 300 width.

I tried
<WrapPanel Orientation="Horizontal" ItemWidth="500" ge:WrapPanelEx.AdaptiveLayout="True">but the result is not good. It creates margin arround cards with 300 width.So when I reduce the screen size, cards go underneath while they could fit on the same line.