I want to verify that the items in my ListBox are displayed correctly in the UI. I figured one way to do this is to go through all of the children of the
ListBox
Just quick looking, if the ListBox uses VirtualizingStackPanel - maybe it will be enough to substitute it with StackPanel like