Expression Blend is a nice supplemental tool for Visual Studio developers. Blend contains tools that will simplify Silverlight or WPF UI creation. For example, if you want to edit a control template in a WYSIWYG designer, then Blend is the tool for you. There simply is nothing comparable in Visual Studio.
Unfortunately, once you start using Blend you may find yourself struggling with simple tasks. Your favorite Visual Studio shortcuts just won’t work. Take something as innocent as moving your work area around on the screen. In Visual Studio, you probably use the horizontal and vertical scroll bars to do this.

Don’t be too sure that your favorite way to move your work area around on the screen is the best way to accomplish the job in Blend however. Here is a similar screenshot in Blend. As you can see there are scroll bars in the Blend work area too.
By the way, the work area in the center of Blend is called the Artboard.

Borrowing from the Photoshop crowd
Watch a designer working in Photoshop for a few minutes and you will likely see them using the Hand tool. It’s useful for moving the entire image within a Photoshop window. So if you are zoomed in and your work area is larger than the window, the Hand Tool is helpful navigation aid.
Since Blend is targeted toward the designer crowd it’s not surprising to learn that it has a Hand tool available.

Click the Hand on the toolbar (or press the H key) and you can mouse drag anywhere on the artboard. Now you drag in the work area instead of moving to the edges of the screen to find the scrollbars. Personally I think this is a better approach, and I find myself wishing Visual Studio had a similar tool.
Other Hand Tips
Here are a few more Hand tidbits.
- Double-click the Hand tool on the tool bar to automatically center the artboard.
- You don’t have to actually select the hand in the toolbar or with the H key. To temporarily switch to the Hand, hold down the Spacebar. Now you can mouse drag the artboard. The benefit to this approach is that the Hand is only toggled on while you hold the spacebar. Once you release the spacebar Blend returns to the previously selected tool.
[Originally posted on TechTarget.com]