Reputation: 87
For a windows Phone app data is loaded async from Web Api's. While the data is loading something must indicate it. I found something about a progress bar but it don't show up:
<toolkit:PerformanceProgressBar Height="100" Width="100" Margin="0,0,0,0" Background="Yellow" Foreground="Purple" IsIndeterminate="True" Visibility="Visible"></toolkit:PerformanceProgressBar>
Does anyone know a good example or way to do this?
Upvotes: 0
Views: 1307