Android Question Best table library (like MS DataGridView)

Carles Escudé

Member
Licensed User
Longtime User
Hello!

What do you think is the best library to show results in table mode as DataGridView does in MS Visual Studio?

Some features I need are:
- Sort by column
- Load from list
- Change row colors individually
- Change sizes of rows and columns
- Get and Set values from/to any cell

I've been using xnGrid for the last few years, but now I need to be sorted by column.

Any suggestion is welcome

Many thanks in advance!
 

Peter Simpson

Expert
Licensed User
Longtime User
@Carles Escudé you should search the forum for xCustomListView, you can create your own tables an lists with ease, and it comes with many benefits over other list/table like views on the forum.
 
Upvote 0
Top