I have a simple xml file that looks like this:
<?xml version="1.0" encoding="utf-8"?>
<Tracks>
<Track>
<Name>Bye Bye Bye</Name>
<Album>No Strings Attached</Album>
<Artist>'N Sync</Artist>
<Genre>Teen Pop</Genre>
<Year>2000</Year>
<Duration>00:03:20.6640000</Duration>
<Location>\\psf\Home\Music\iTunes\iTunes Media\Music\'N Sync\No Strings Attached\01 Bye Bye Bye.mp3</Location>
</Track>
<Track>
I would like to bind it to an ObjectListview. Anyone has any simple idea?
AspectName
s set.ObjectListView.SetObjects()
to bind it to the collection.Rough example: