I am writing a local app to be used as a wallboard/dashboard tool. The idea is to loop through various WebViews of SSRS reports.
A counter is operated via a DespatcherTimer and each time a set interval is hit, the SelectedIndex on the pivot is incremented (BigPivot.SelectedIndex++) but obviously this fails when it hits the end of the PivotItems list.
Other tools have a SelectedIndexCollection.Count property that can be used to set th upper limit of the loop. What would I need to do to do the same with a Pivot?