Nilzor
Nilzor

Reputation: 18573

Looking for an UWP container layout which wraps elements when overflowing

I'm basically looking a container which is responisve and sort of like Twitter Bootstrap's scaffolding behaviour. A set of content elements where either the height or width is constant and the other dimension is not, which wraps either veritcally or horizontally when overflowing. It must also allow for scrolling if all elements does not fit the screen.

What I've tried unsucessfully is

Any pointer to a ready-made component is appreciated, or how to implement or alter one of the above to function for my needs.

Upvotes: 0

Views: 80

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65564

The UWP Community Toolkit contains a WrapPanel control which does what you describe.

Upvotes: 2

Related Questions