Following up on this post it's time to make the thing look a little bit better than it does right now. Some of this will be purely cosmetic, some of it will end up requiring some code changes. In the first instance, I'll go for some "cheap wins". I'll open up Expression Blend with my project and, first off, I'll go and grab a Windows-themed wallpaper from www.hdwallpapers.net (in the Computer section) such as this one; then I go to my project in Blend and add an existing item; and add that Image into the project. Having done that, what I usually do is right mouse on it to insert it into the scene; with the image in the scene, I make sure it's selected and then I used Tools->Make Brush Resource to create myself a new ImageBrush; With that created, I go and delete the image from the scene (not from the project!) and then I can go to the Window and set its background to be the Image Brush I just created as in; and so now I've got a nice(r) background. From there, it'd be nice to style my ItemDisplayControl UserControl...