Im in Vb.net and it took a little getting used to the new listbox property, but I got it now. I am storing self created objects that contain a key and a string. THe problem is that the key is not sorting,
The values are something like

3E-1
3E-11
3E-12
3E-2

I have tried putting it into an arraylist first, then sorting, but same order. Any ideas??
thks