Yeah, the ProgressIndicator can be attached at the Wizard level and it will automatically move itself from page to page...if you allow it to. Rather than using a "bogus" key, just leave the ProgressIndicatorKey empty or do not allow the indicator to show up. A "bogus" key would work as well, but you should get the same results with an empty key.Also, you can always overwrite the settings of the ProgressIndicator on the pages PageActivated event (or whereever meets your need) as well using the SetItemStatus method as you did in your example.