Hello,
I would like to know if there is a way to use a grid to display results from a service horizontally instead of vertically.
I will explain: I have a REST service that returns a list of elements. In order to display those elements on the screen, I would normally use a 1x1 grid with a label inside, so the list returned would be mapped to grid, and the elements inside would be mapped to the label. This displays all the elements on the list vertically. I would like this same behaviour, but displaying them horizontally instead.
Any hints? Thank you very much,
Elena