I'm coding in VS2008 using C#.
On my form, I have a ListView control. Now, it's purpose is for the user to add items to it. However, each new item is added AFTER the last item in the list.
Is there any way to have each new item be put as the first item in the list?