This is how my RadStepProgressBar appears for some of the steps.
When I change the Height (or StepSpacing or Margin) of the RadStepProgressBar control in XAML hot reload, the appearance corrects itself.
This doesn't always happen, but only sometimes. I have set the binding for the ItemsSource property of RadStepProgressBar to my steps collection, and set the SelectedIndex using binding whenever a step is completed
What am I doing wrong?
Hello Nikhil,
Is there a possibility of providing a bit more information about this case? For example, some code snippets that reproduce this behavior, which I can use on my end to set up a sample project, in order to test it.