The text of this article is not in this database — only its details are. Read it on the old site: Build Your Silverlight Pivot Viewer
7 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Build Your Silverlight Pivot Viewer
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Shubham SaxenaPosted Dec 28, 2012, 7:23 PM
thanx alex :)
Axel QuinnPosted Dec 12, 2012, 10:14 AM
Wonderful...Finally I found out how it work
AdameditedPosted Jul 27, 2012, 3:10 PMEdited Jul 27, 2012, 3:20 PM
I cant get it to work, when I run the application i get this: Microsoft JScript runtime error: Unhandled Error in Silverlight Application Set property 'System.Windows.FrameworkElement.Style' threw an exception. [Line: 11 Position: 80] at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)at AdamPivot.MainPage.InitializeComponent()at AdamPivot.MainPage..ctor()at AdamPivot.App.Application_Startup(Object sender, StartupEventArgs e)at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags) My code is here: namespace AdamPivot { public partial class MainPage : UserControl { public MainPage() { InitializeComponent(); } private void MyPivot_Loaded(object sender, RoutedEventArgs e) { MyPivot.LoadCollection("http://localhost:61534/AdamPivot.cxml)", null); } } } and xaml: <Grid x:Name="LayoutRoot" Background="White"> <pivot:PivotViewer Name="MyPivot" Grid.Column="0" Grid.Row="0" Loaded="MyPivot_Loaded"/> </Grid>
Kunal VaishyaPosted Jul 18, 2012, 6:14 AM
good one
Shubham SaxenaPosted Jul 17, 2012, 10:26 AM
thanks :)
Satya PrakashPosted Jul 17, 2012, 10:07 AM
Good article of silverlight
Vipendra VermaPosted Jul 17, 2012, 10:04 AM
Thank you for providing information about Pivot Viewer...