cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI progressIndicator Controll

Former Member
0 Kudos

Hi,

I am trying to use progressIndicator in my demo application. I have used the below  xml code for this :

<l:VerticalLayout
class="sapUiContentPadding"
width="100%">
<l:content>
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="30"
displayValue="30%"
showValue="true"
state="None" />
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="50"
showValue="false"
state="Error" />
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="99"
displayValue="0.99GB of 1GB"
showValue="true"
state="Success" />
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="25"
displayValue="25%"
showValue="true"
state="Warning" />
</l:content>
</l:VerticalLayout>

it is working fine for me. But I just want to know, how to use this ProgressIndicator inside List. It is not working when i am using  ProgressIndicator inside other control.

Can Anyone help me out in this.

Regards,

Harsh Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello All, Is there anybody to help me in this. 🙂 Thanks, Harsh Jain