Files to look at:
How to Create a Slide Show with Asynchronous Maximize and Restore Methods
This example demonstrates how to call the asynchronous maximize and restore methods to create a slide show with the dashboard items.
API
- DashboardViewer.AsyncMode. Switches to the asynchronous mode. The property is set in the InitializeComponent method.
- DashboardViewer.MaximizeDashboardItemAsync method. Maximizes the specified dashboard item asynchronously.
- DashboardViewer.RestoreDashboardItemAsync method. Restores the item size if an item is expanded to the entire dashboard size (maximized), asynchronously.