Skip to content

Instantly share code, notes, and snippets.

@4E71
4E71 / pivotviewer_quickstart.cs
Created January 16, 2012 19:08
Silverlight: Getting started with SL5 PivotViewer
// Add reference to project
System.Windows.Controls.Pivot
// Create a Silverlight User Control and add the following namespace
xmlns:pivot="clr-namespace:System.Windows.Controls.Pivot;assembly=System.Windows.Controls.Pivot"
// Add PivotViewer control to page
<Grid x:Name="LayoutRoot" Background="White">
<pivot:PivotViewer x:Name="pivotViewer1">
<pivot:PivotViewer.PivotProperties>