I\'m attempting to implement a Microsoft Pivot viewer within my application, I\'ve decided that a cross between a JIT collection and Linked Collection is the best case however I\'m having a few issues
I can\'t seem to find System.Windows.Controls.Pivot.dll anywhere in the sdk folders. Does anyone know the whereabouts of this file? I\'m trying to re开发者_如何转开发ference it so that I can add it Vi
I have a Silverlight PivotViewer up and running, with about 4000 items. I pass querystring 开发者_Go百科parameters to the page that hosts the PivotViewer, to filter the items upon opening.
I was wondering if there is a way to modify the silverlight PivotViewer Deserialization to add a new type of data.
I have a PivotViewer app I am working on, but, I cannot get it to run. I have a good .cxml file (I used Pauthor to generate the related deep-zoom files).I have tried running it from inside VS 2010 in
Hey I am creating a demo to display the benefits of using a pivotviewer.I created a simple collection with about 50 items to display, and created a simple pivotviewer to display it.
I\'m trying to create a JIT pivotviewer and I have been kinda struggling a bit.Could someone clear my confusion on how the cxml is dynamically created?Also how should the information be set up for me
I\'m trying to get a proof-of-concept PivotViewer application up and running, but I can\'t get the collection to load properly, even in a testing environment.I\'m following these instructions:
How I can export the current view in Silv开发者_如何学运维erlight Pivot Viewer to Excel.you can look in my blog for a way to do it. i explain how it works, and have also a video.
I\'m new to Silverlight PivotViewer.My goal is to create an image for each sale in my database.The开发者_如何转开发 image is to contain data for the sales rep, sale date, invoice amount, customer, etc