I have a ListView that I want to bind to a SortedList. The SortedList is a property of a class that is a static member of my App class.

In my C# code, I can access the SortedList as shown below......