NameObjectCollectionBase
is based on Hashtable / Dictionary, so it is "unsorted" in nature.
I think what you are looking for SortedList
.
Update: If you can't change the class, you're out of luck. Just remember, after each addition / insertion "positions" may change.
source
to share