Where I was trying to show data from CSV but when I tried to use copy paste in TableArrangement then every thing was ruined.
I asked by google and come to know there are many problems with TableArrangement. I want to display data like this format
I want to ask which Layout should I use to display data like above format?
Which and how much layout should I use?
Should I use many separate horizontal layouts for every table row?
If you want to use an alternative to a table arrangement, then construct it from vertical and horizontal arrangements placing your textbox components inside these.
Sir in above image there are 4 columns and 4 rows.
so my question is should I use 4 HorizontalLayouts then every layout will hold 4 contents.
Or there will any other method?