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.
@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.