Hi All,
I want Progress Bar with expandable List. Example ten job are running currently the progress displying the progress with expandle list on the page , if the user click the expnadable icon the progress list need to display ,Like below images i have uploaded 


Jignesh KumarPosted Mar 27, 2023, 11:15 AM
Hello Venkat,
Please try this one,
Note : A view model with a
ProgressPercentageproperty that updates as you process items in the list. Also, theItemsproperty in the view model should be anObservableCollectionor a similar collection that supports data binding.