I've a ListView control that contains 2 columns and 37 rows.
In the first column there are numbers from 0 to 36. In the second column there is the occurrence of each number.
You can see the numbers from 0 to 36 [0,1,2,3,4,5,....36] ordered. But I want to order the numbers depending their occurrence (the amount of times they're in a succession).
How can I accomplish that?
In the first column there are numbers from 0 to 36. In the second column there is the occurrence of each number.
You can see the numbers from 0 to 36 [0,1,2,3,4,5,....36] ordered. But I want to order the numbers depending their occurrence (the amount of times they're in a succession).
How can I accomplish that?