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?
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?
Look at the Flexible table class.
There you can set different column widths.
If you load a csv file or a SQLite database into the table you can set 'automatic' column widths.