I have a Layout Grid, arranged in two equal columns. Each column contains three Editboxes.
In the default view, the display is like this:

However, in the breakpoint view, the display is like this:

The issue I have is that the positional order of the Editboxes is quite different in the breakpoint view. I expect that will make user entry difficult.
I would like to adjust that, so that the order is the same in both views. Can someone explain how, orpoint me to a tutorial to know "how".