images Workshop: Creating a Master/Details Screen

Let's create a very simple master/details screen to allow the user to edit product data.

  1. Add a new view to your project, named EditProductsView.xaml.
  2. Split the LayoutRoot Grid vertically into two rows.
    <navigation:Page x:Class="AdventureWorks.Views.EditProductsView"          xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"          xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"          xmlns:d="http://schemas.microsoft.com/expression/blend/2008"          xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"          xmlns:navigation="clr-namespace:System.Windows.Controls;     ...

Get Pro Business Applications with Silverlight 5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.