I am having trouble resetting the last item in my ItemSource of
SfStepProgressBarItems collection ....
If I just set
StepProgressBar.ActiveStepIndex = -1;
StepProgressBar.ActiveStepProgressValue = -1;
It does not update the "status" of all the items, and if i "walk" backwards from the last step item to the first step item, the last step item cannot be "reset" to "not started".
Anyone have some insight for me?
Brett