WPF data binding model is used for binding a data source (e.g. collection or non-collection) objects to a control. We cannot bind ListView rows to its custom ListViewItem properties. We should create a data source class first, and then bind the data source to ListView, the ListView control will automatically create rows for the data source items. You can refer to my previous sample and the following link to get more information about the issue.
http://msdn2.microsoft.com/en-us/library/ms750612.aspx
Best Regards,
Wei Zhou