WrapPanel
is not supported by WinRT, as such I am using this code:
http://www.codeproject.com/Articles/24141/WrapPanel-for-Silverlight-2-0
I've found a problem with using this code in a Grid
. Any controls rendered in the row after I place the WrapPanel
in, render OVER the WrapPanel
in the same row.
It's almost as though the Grid
doesn't recognise that WrapPanel
is rendering content and so all controls in the following rows take it's place.
See image as an example.
Any ideas on how to resolve this?