The Windows Forms PictureBox control has an InitialImage property, an image to display until the real image is loaded and ready. Is there a way to do this with a WPF Image control? My app creates a ListBox of Images and it jumps around oddly as the data-bound images are loaded through the network. The Binding.FallbackValue property is sort of a step in the right direction, but ultimately not useful.