CodePanic!
>
C#.NET Tips
> 今ここ
■項目を自動的に並び替える
ListBoxのSortedプロパティーにtrueを設定します。
listBox1.Sorted = true;