BindingList.OrderBy() - HowTo

H

herbert

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top