BindingList.OrderBy() - HowTo
am 20.01.2008 16:45:00 von herbertPlease show me VB.NET sample code how to sort a BindingList(Of T) by various
properties of T.
eg
Dim mFriends as New BindingList(Of Friend)
mFriends.OrderBy(...) ' Property ZIP Code
mFriends.OrderBy(...) ' Property Age
thanks
herbert