BindingList.OrderBy() - HowTo

Please 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
herbert [ So, 20 Januar 2008 16:45 ] [ ID #1912325 ]
Microsoft » microsoft.public.dotnet.general » BindingList.OrderBy() - HowTo

Vorheriges Thema: switching between windows display
Nächstes Thema: ReflectPropertyDescriptor problem