WPF ItemsControl binding and the item order
Posted
by user109534
on Stack Overflow
See other posts from Stack Overflow
or by user109534
Published on 2009-11-27T17:45:17Z
Indexed on
2010/04/17
16:03 UTC
Read the original article
Hit count: 322
I have ItemsControl in a WPF application, which is bind to an array of objects. And I am using ItemTemplate to render the list. I want to display for each item in the list the item order, like for example
Customer 1 Name : xxxxx Age: 9999
Customer 2 Name : yyyy Age: 8888
Any idea how to do it Thanks
© Stack Overflow or respective owner