Hi,
It would really be useful to have the AeroWizard.SelectedIndex implemented as a dependency property. I'm using MVVM to control the wizard view and need a TwoWay binding on the SelectedIndex property to keep the current page synchronized between the view and viewmodel. As an added benefit, the wordaround suggested in http://www.actiprosoftware.com/support/forums/viewforumtopic.aspx?ForumTopicID=3772 wouldn't be neccessary, as changes to the page index can be detected in the PropertyChanged for the boudn property in the view model.
Regards,
Robert
It would really be useful to have the AeroWizard.SelectedIndex implemented as a dependency property. I'm using MVVM to control the wizard view and need a TwoWay binding on the SelectedIndex property to keep the current page synchronized between the view and viewmodel. As an added benefit, the wordaround suggested in http://www.actiprosoftware.com/support/forums/viewforumtopic.aspx?ForumTopicID=3772 wouldn't be neccessary, as changes to the page index can be detected in the PropertyChanged for the boudn property in the view model.
Regards,
Robert