I am relatively new to Xaml and I’m finding I both love and hate it. It can do so much, but it is also sometimes remarkably difficult to do things that should be simple. Granted, that might also be related to a lack of experience. 🙂
Anyway, before I try to go write something to do it, I am trying to figure out if there is a proven method for arranging displayed objects/tiles/div areas based on the screen/window size in Xaml.
Not necc a here’s my code question, so much as a can someone point me in the right direction.
bonus: I’d also like to achieve something akin to infinite scroll if that can be done.
Thanks guys!
As we discussed, WrapPanel seems like a good option for you. I might also suggest for a neat little trick to use for some added effect you might apply FluidMoveBehavior to your WrapPanel to give it a little simple to do pizazz on transitions. 🙂