Data binding custom collection objects -
08-10-2005
, 05:46 AM
Could anyone advice me on where to read about
How to design "collection objects" that should be shown in WinForms?
Should they implement IList?
Our app should be able to keep track of several collections of objects and
the form must show which objects are in each collection.
Any tip would be greatly appreciated! |