i would like to know how to sort a listview
by the size or number.

cuz now what it does it sort my listview but in a alphabetical order,i have a column(size) and when i want to sort it, it does something like that:
12
1234
2
234
what i want is
2
12
234
1234
thanx