In this scenario I have a collection of objectA, each of which has a property which is a collection of objectB.
I am attempting to properly bind to the collection of objectB collections to present into a list, or in other words, I want the listbox to contain all of the objectBs that all of the objectAs contain.
My attempts at binding as such "{Binding objectACollection/objectBCollection} but this does not provide me the result.