Android Question Using a listview as a grid

DanteS

Member
Licensed User
Longtime User
I am going to use a listview as a traditional grid, but I have two questions:
1. Must I take care manually of the column (or cells) structure inside each row or there is already a solution for this?
2. Is this the proper control to simulate a grid?
 

DanteS

Member
Licensed User
Longtime User
Thanks NJDude
I am studying the alternatives, but all of them seem having a column width limitation (all columns must have the same width)
What is the reason of this limitation?
 
Upvote 0
Top