Click to See Complete Forum and Search --> : Placeholder image for slow data binding?


r-squared
January 20th, 2010, 01:03 AM
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.