I have a list of tiles that get created dynamically and I want to display them in a left to right order but when adding the tiles the outcome is as below.
It does not fill the first row and then proceed to the next one, it seems to do two tiles across, two tiles down and then it repeats.
If I add TileRows="1" then it enumerates all tiles on the same row, I want it to drop to the next row once it reaches the right edge of the screen.
How do I get the correct behavior?