Click here to Skip to main content
15,891,204 members

Comments by vrehor (Top 2 by date)

vrehor 6-Oct-12 9:53am View    
Do you use binding to Items property of ListView?
If yes, then use same binding for Label.Content property and use IValuConverter to count total.
vrehor 6-Oct-12 4:38am View    
Hi,
I don't know if this is what you need, but did you try attach property?
It allows you to extend any wpf control with custom property.
You can then bind to it and so on.

http://msdn.microsoft.com/en-us/library/cc903943%28v=vs.95%29.aspx