Completed
Last Updated: 02 Feb 2023 09:35 by ADMIN
Release R1 2023
Tim
Created on: 16 Nov 2022 12:02
Category: StepProgressBar
Type: Bug Report
0
StepProgressBar: Dynamically added StepProgressItems are not visualized
StepProgressItems added dynamically are not visualized.
1 comment
ADMIN
Dinko | Tech Support Engineer
Posted on: 16 Nov 2022 12:04

Hi Tim,

Thank you for bringing this to our attention.

As a workaround, you can call the InvalidateMeasure() and UpdateLayout() methods of the StepProgressBarElement after adding all items. This will force measuring the step progress bar items.

Me.RadStepProgressBar1.StepProgressBarElement.InvalidateMeasure(True)
Me.RadStepProgressBar1.StepProgressBarElement.UpdateLayout()

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.