forum

Home / DeveloperSection / Forums / Sorting a ListBox in WPF

Sorting a ListBox in WPF

Anonymous User252018-Jul-2013
Hi mindstick!

Let me start off by saying that I am completely new with WPF (this is my first project and I have been working in it for less than a week). With that being said, please be easy on me!

I have three list ListBoxes that are being bound to ObservableCollections from a LINQ queries. In the beginning, everything is fine, all three are populated correctly. My client needs to drag and drop selections from one ListBox to another. I also have this working, but when I do the drag and drop, the new selection is placed at the bottom of the ListBox instead of being sorted alphabetically with the existing items.

How can I sort the ListBox at runtime through code behind after the drag and drop operation is complete.

Thanks!


Updated on 18-Jul-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By