IanG on Tap: Designing a WPF Timeline Control Part 1: Structure by Wpf binding

Sun, 12 Jul 2009 00:00:08 -0600

IanG on Tap: Designing a WPF Timeline Control Part 1: Structure

by Wpf binding @ Sun, 12 Jul 2009 00:00:08 -0600



Instead of binding the Image element's Source directly to the bitmap path, we wrote some code to load the image. This gave us the option to specify a size for the loaded image—since we were only showing thumbnails, we told WPF to decode ...