How to Change page width and height based on APP variable?

Hi Team,
I want to adjust the container height and weight based on some actions in UiPath apps. How can I achieve this via an app variable? or Is there any method available to do this?

In addition to that, I want to calculate the field completion on the page at 100%, like a progress bar.

Help me by providing your solutions.

@Kaviyarasu_N

As of now size does not support variables…so changing dynamically is not possible I believe

For progress bar…you can try mapping each binding value to check if filled or not and add some number to make the end number as 100 and display it…use create rule to add numbers for eqch value binding value…use isnull to check if filled or not

Cheers

1 Like

@Kaviyarasu_N - At this moment, these are the Style properties you can programmatically set (aside from binding) with Set Value rules:

Unfortunately, container height and width are not part of it. There is a Size property but it’s for border looks like.

You can do a functional progress bar by following this guide: https://docs.uipath.com/activities/other/latest/workflow/workflow-events-progress-bar

You will need to use the Send Interim Result activity. Note: This makes use of an Attended process you have to design separately. Check it out and see if you can make it work for your use-case.

Thanks!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.