I'm new on Nativescript with Vue and I'm trying to display a list of items with ListView in a StackLayout with horizontal orientation.
What I expect is that the three elements that the ListView will cycle, will be showed on the same line thanks to the StackLayout.
Instead, the three elements are displayed on separate lines.
See this playground: https://play.nativescript.org/?template=play-vue&id=cHwk9f
How can i display all the items on the same line (as buttons)?
Thank you for the help! :)