courses I tutorials

Explore different tutorials to get hands on with Silverlight and Expression Blend across a wide array of topics in a short time.

school.tutorials

Using SketchFlow for Windows Phone Series

In this ToolBox module you discover principles of good UX design. You also discover how to start and build your prototype using the SketchFlow Template for Windows Phone.

More tutorials...

Placing the data on the screen

In this section, you will add the data to the first PanoramaItem.

  1. It is important that you have the correct location, or container, selected before you add the sample date to your project. In the Objects and Timeline panel expand, LayoutRoot, the Panorama, and the MainMealPanoItem, and then click to select the Grid inside the MainMealPanoItem.
    Objects and Timeline panel
  2. Select the Collection in the Data panel and click and drag it to the selected grid on the artboard. Any location is fine as you are creating a ListBox that you will resize. Notice that now a ListBox appears on the artboard, and also in the Objects and Timeline panel.
    Data panel
    Grid on artboard
  3. Right-click on the ListBox and then select Auto Size > Fill.
  4. With the ListBox still selected, select BorderBrush in the Brushes pane of the Properties panel and then click on the No brush button. The border on the ListBox is removed.
    Brushes pane in the Properties panel
  5. Choose File > Save All.