All I need is a simple way to sort the strings in the collection. I can't find anything online. Everybody is using lambda expressions which I don't think works for just a string collection? Thanks,
Public Property FilterCollection As New ObservableCollection(Of String)
From d In FilterCollection Order By (Function(d) d)()