Hi,
Is it possible to create an integer (or DataTime, etc) column in ListView? It is quite important, because I would like to properly sort the list according to this column.
The only way to add subItems to a ListViewItem I found are:
listviewitem.SubItems.Add("1");
I would like to avoid parsing these strings to get the int representation for every sort!