Hi everyone,
I was trying to bind my Lists count value to a part of a Label in XAML. The Label looks like this:
I'm a List with >>10<< entries!
The 10
should be updating when I add or remove items from the List.
Any tips on how to accomplish this?