Expression Blend 2 Tip For Demos
Wednesday, November 19 2008 - blend, silverlight
I can’t believe I missed this before, but there is a toggle button (F4) in Blend that simply make the sidebar windows collapse or expand. This is very cool when you are doing a presentation and the screen resolution is so tiny that the audience cannot see what you are doing with the other windows in the way. For example, the following Blend screenshot shows the Interaction and Properties windows cluttering up the screen so my designer and XAML is hard to see.
But once I hit F4 it clears the way.
And hit F4 again and the windows are back.
Yes, very simple … and you might already know this. I admit, this is one of those essential keystrokes I just missed.
6 comment(s)
Hey John,
Everyday we learn new things :) For info, you can also get the same result by pressing the Tab key.
Another useful trick: Modify the zoom factor in Tools/Options. First of al it really impresses the audience (you can do it by sliding a bar, and a WPF scale transform is applied), it's a great way to mention that Blend is built in WPF, and you can choose a better zoom factor for the smaller resolution :)
Cheers,
Laurent
Thanks, I didn't know that either!
Pingback from Dew Drop - November 20, 2008 | Alvin Ashcraft's Morning Dew
tab key can do the same thing
This is actually kind of an annoyance for me, since I constantly use F4 to show Properties window in Visual Studio. Not only F4 in Blend doesn't show properties, it clears the whole desk :) - which is great, but we already have TAB for that.






My other favorite is CTRL+0 to zoom-to-fit the currently selected control (yellow boxed) .. very helpful when you've moved a lot around, etc. and you want to get the item clear in focus on the pallette.