Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello Experts,

I am working with C# and WPF. I am using following code for binding values to ListView but not working.

C#
lvSearch = new ListView();
ListViewItem ListItem1 = new ListViewItem();
ListItem1.Content = count;
lvSearch.Items.Add(ListItem1)


Thanks
Posted
Updated 10-Nov-11 23:26pm
v2

 
Share this answer
 
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900